From 2c0291eb027d4f380579930a256be5e7adc242e2 Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Mon, 18 Dec 2017 13:34:37 +0000 Subject: [PATCH] Yet again --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa3e93e..c506b7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ before_install: sudo apt-get install cmake; sudo apt-get install libboost1.55-all-dev; wget https://github.com/Itseez/opencv/archive/3.1.0.zip; - unzip 3.1.0.zip -q; + unzip -q 3.1.0.zip; cd opencv-3.1.0; mkdir build; cd build; @@ -51,8 +51,7 @@ before_install: - if [ ${TRAVIS_OS_NAME} = osx ]; then brew update; brew install tbb; - brew install homebrew/science/opencv - homebrew/python/numpy + brew install homebrew/science/opencv; fi before_script: