From e5bfeae31b9ba9dfb2f89afc8abf983ae43b231b Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Sat, 23 Dec 2017 10:15:41 +0000 Subject: [PATCH] Attempting to fix OS X builds. --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 968aa39..796febd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,12 @@ before_install: brew update; brew install tbb; brew tap homebrew/science; - brew install opencv; + brew install vtk; + wget https://github.com/Itseez/opencv/archive/3.1.0.zip; + unzip -q 3.1.0.zip; + cd opencv-3.1.0; + mkdir build; + cd build; fi before_script: