Something odd with OSX
This commit is contained in:
parent
6f78c1b92f
commit
1050e89318
1 changed files with 2 additions and 11 deletions
13
.travis.yml
13
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue