Attempt at fixing a brew issue with osx.
This commit is contained in:
parent
7c209131ff
commit
f571af1c84
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ install:
|
||||||
|
|
||||||
- if [[ ${TRAVIS_OS_NAME} = osx ]]; then brew update; fi
|
- 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 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
|
- if [[ ${TRAVIS_OS_NAME} = osx ]]; then brew install tbb opencv3; fi
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue