Trying to figure out why the osx command does not work

This commit is contained in:
Tadas Baltrusaitis 2016-12-21 12:47:54 -05:00
parent 62c143dba9
commit 92bfc7014d

View file

@ -46,9 +46,6 @@ before_install:
- if ["{TRAVIS_OS_NAME}" = osx]; then - if ["{TRAVIS_OS_NAME}" = osx]; then
brew update; brew update;
brew tap homebrew/science;
/usr/bin/yes | pip uninstall numpy;
brew install tbb;
fi fi
- wget https://github.com/Itseez/opencv/archive/3.1.0.zip - wget https://github.com/Itseez/opencv/archive/3.1.0.zip