chiark / gitweb /
Workaround travis bug
authorJulien Schueller <schueller@phimeca.com>
Tue, 25 Oct 2016 14:37:18 +0000 (16:37 +0200)
committerJulien Schueller <schueller@phimeca.com>
Tue, 25 Oct 2016 14:44:56 +0000 (16:44 +0200)
.travis.yml

index d1f8a36cc048b88792d508ccfa75a9284575f680..017219d955b4b20753826fa23799e6a5a7502844 100644 (file)
@@ -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 ..