no message
This commit is contained in:
parent
3919d7e249
commit
d7e25b12d4
1 changed files with 4 additions and 5 deletions
|
@ -49,8 +49,7 @@ install:
|
||||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then /usr/bin/yes | pip uninstall numpy; fi
|
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then /usr/bin/yes | pip uninstall numpy; fi
|
||||||
- if [[ ${TRAVIS_OS_NAME} = osx ]]; then brew install tbb opencv3; fi
|
- if [[ ${TRAVIS_OS_NAME} = osx ]]; then brew install tbb opencv3; fi
|
||||||
|
|
||||||
before_script:
|
# Installing openCV 3.1
|
||||||
# OpenCV install for linux
|
|
||||||
- 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
|
- sudo unzip 3.1.0.zip
|
||||||
- cd opencv-3.1.0
|
- cd opencv-3.1.0
|
||||||
|
|
Loading…
Reference in a new issue