Skip to content

Commit

Permalink
Attempt at fixing a brew issue with osx.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadasBaltrusaitis committed Nov 18, 2016
1 parent 7c20913 commit f571af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f571af1

Please sign in to comment.