Some more fixes for osx and g++

This commit is contained in:
Tadas Baltrusaitis 2016-07-29 11:43:58 -04:00
parent a87509a2d5
commit 004b1972d2

View file

@ -46,7 +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 brew install tbb boost opencv3; fi - if [[ ${TRAVIS_OS_NAME} = osx ]]; then brew install tbb opencv3; fi
before_script: before_script:
- git clone https://github.com/Itseez/opencv.git - git clone https://github.com/Itseez/opencv.git