mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 04:52:29 +00:00
Do not install boost on OS X travis as it is already there
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user