chiark / gitweb /
Workaround travis bug
[nlopt.git] / .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 ..