chiark / gitweb /
fix compilation problem with MSVC (#131)
[nlopt.git] / .travis.yml
index 8b3b13e119ea88ef75827e106883b3bc8bc513da..1228f1ea017ccc23ffdf80353eda3b4880e843c1 100644 (file)
@@ -34,7 +34,8 @@ matrix:
       install:
         - brew tap homebrew/science
         - brew update
-        - brew install swig octave guile || echo "nope"
+        # TODO: install guile once 2.2 is supported in swig
+        - brew install swig octave || echo "nope"
       script:
         - mkdir build && pushd build
         - cmake -DCMAKE_INSTALL_PREFIX=~/.local -DWITH_CXX=ON -DPYTHON_EXECUTABLE=/usr/bin/python ..