From a526f036272da5c08910d3c95b65957506505229 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Tue, 25 Oct 2016 16:37:18 +0200 Subject: [PATCH] Workaround travis bug --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d1f8a36..017219d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ matrix: - brew tap homebrew/python - brew tap homebrew/science - brew update - - brew install swig numpy octave guile + - brew install swig numpy octave guile || echo "nope" script: - mkdir build && pushd build - cmake -DCMAKE_INSTALL_PREFIX=~/.local -DWITH_CXX=ON .. -- 2.30.2