fix CI for installing swig on osx

This commit is contained in:
mlangkabel
2019-11-04 17:24:47 +01:00
parent c370d6a0cd
commit f53330c533
+1 -1
View File
@@ -73,7 +73,7 @@ matrix:
before_install:
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install swig
HOMEBREW_NO_AUTO_UPDATE=1 brew install swig
brew link --force swig
# TODO: find way to install specific python versions on osx