From 212601f366ca8016318cdbab994452ef94653d27 Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Fri, 3 Aug 2018 21:16:01 +0100 Subject: [PATCH] Do not install boost on OS X travis as it is already there --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3db9e7e..19d372af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ branches: only: - master - develop - - feature/2.0.4 + - feature/travis_fixes compiler: - gcc @@ -70,7 +70,6 @@ before_install: brew install openblas; brew install dlib; brew install opencv3; - brew upgrade boost; fi script: