Possible brew fix.

This commit is contained in:
Tadas Baltrusaitis 2017-12-17 21:08:23 +00:00
parent 2714a2d46a
commit 23009d8fa9
1 changed files with 3 additions and 4 deletions

View File

@ -49,10 +49,9 @@ before_install:
fi
- if [ ${TRAVIS_OS_NAME} = osx ]; then
sudo brew update;
sudo brew install tbb;
sudo brew tap homebrew/science
sudo brew install opencv3 --HEAD;
brew update;
brew install tbb;
brew install homebrew/science/opencv || brew link --overwrite homebrew/python/numpy
fi
before_script: