Do not install boost on OS X travis as it is already there

This commit is contained in:
Tadas Baltrusaitis
2018-08-03 21:16:01 +01:00
parent 791a33bdb0
commit 212601f366

View File

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