no message

This commit is contained in:
Tadas Baltrusaitis 2016-12-20 14:44:37 -05:00
parent 3919d7e249
commit d7e25b12d4

View file

@ -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