diff --git a/.travis.yml b/.travis.yml index 38fdf17..5f1a306 100644 --- a/.travis.yml +++ b/.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