chiark / gitweb /
Do not install guile 2.2 until supported in swig
authorJulien Schueller <schueller@phimeca.com>
Tue, 21 Mar 2017 07:25:19 +0000 (08:25 +0100)
committerJulien Schueller <schueller@phimeca.com>
Tue, 21 Mar 2017 07:33:35 +0000 (08:33 +0100)
.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 ..