Another small travis issue.

This commit is contained in:
Tadas Baltrusaitis 2016-12-19 17:58:41 -05:00
parent 45fe3a611b
commit d5a056f051

View file

@ -55,13 +55,10 @@ before_script:
- cd opencv
- mkdir build
- cd build
- cmake -D CMAKE_BUILD_TYPE=RELEASE -D BUILD_SHARED_LIBS=OFF ..
- cmake -D CMAKE_BUILD_TYPE=RELEASE ..
- make -j4
- sudo make -j2 install
- cd ../..
- if [[ ${TRAVIS_OS_NAME} = linux ]]; then sudo ln /dev/null /dev/raw1394; fi
script:
- $CXX --version