Skip to content

Commit 3258e39

Browse files
committed
fix: update multibuild
Build broke, updating the multibuild version appears to fix it.
1 parent 241267e commit 3258e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ matrix:
6868

6969
before_install:
7070
- if [[ -n "${MB_PYTHON_VERSION}" ]]; then
71-
(travis_retry git clone https://github.com/matthew-brett/multibuild.git && cd multibuild && git checkout edf5b691d0d565b4e65e655b983c11c883acbeca);
71+
(travis_retry git clone https://github.com/matthew-brett/multibuild.git && cd multibuild && git checkout 37040e31b1044468027bd86991c805006a92bf09);
7272
TEST_DEPENDS="swiglpk optlang sympy decorator cython codecov coverage numpy scipy jsonschema six pytest pytest-cov pytest-benchmark tabulate";
7373
BUILD_DEPENDS="swiglpk optlang sympy cython numpy scipy";
7474
source multibuild/common_utils.sh;

0 commit comments

Comments
 (0)