Some more fixes for osx and g++
This commit is contained in:
parent
a87509a2d5
commit
004b1972d2
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue