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
1 changed files with 0 additions and 3 deletions

View File

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