Attempt at fixing a brew issue with osx.

This commit is contained in:
Tadas Baltrusaitis 2016-11-18 17:22:12 -05:00
parent 7c209131ff
commit f571af1c84
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ install:
- if [[ ${TRAVIS_OS_NAME} = osx ]]; then brew update; fi
- if [[ ${TRAVIS_OS_NAME} = osx ]]; then brew tap homebrew/science; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then /usr/bin/yes | pip uninstall numpy; fi
- if [[ ${TRAVIS_OS_NAME} = osx ]]; then brew install tbb opencv3; fi
before_script: