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 fi
- if [ ${TRAVIS_OS_NAME} = osx ]; then - if [ ${TRAVIS_OS_NAME} = osx ]; then
sudo brew update; brew update;
sudo brew install tbb; brew install tbb;
sudo brew tap homebrew/science brew install homebrew/science/opencv || brew link --overwrite homebrew/python/numpy
sudo brew install opencv3 --HEAD;
fi fi
before_script: before_script: