Something odd with OSX

This commit is contained in:
Tadas Baltrusaitis 2016-12-21 11:12:16 -05:00
parent 6f78c1b92f
commit 1050e89318
1 changed files with 2 additions and 11 deletions

View File

@ -43,18 +43,9 @@ before_install:
export CXX="clang++-3.4";
fi
fi
# OpenCV dependencies for osx
- if [ ${TRAVIS_OS_NAME} = osx ]; then
brew update;
brew tap homebrew/science;
/usr/bin/yes | pip uninstall numpy;
brew install tbb
fi
before_script:
# Installing openCV 3.1
- wget https://github.com/Itseez/opencv/archive/3.1.0.zip
- wget https://github.com/Itseez/opencv/archive/3.1.0.zip
- sudo unzip 3.1.0.zip
- cd opencv-3.1.0
- sudo mkdir build