Skip to content

Commit

Permalink
Try to fix Travis' QtKit build error on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
shrubb committed Apr 1, 2018
1 parent 8e3d1f4 commit 76933ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -56,7 +56,7 @@ before_script:
- cd opencv
- git checkout tags/3.1.0
- mkdir -p build && cd build
- cmake -DWITH_PYTHON=OFF .. && make
- cmake -DWITH_PYTHON=OFF -DWITH_OPENCL=OFF -DWITH_QUICKTIME=OFF -DWITH_GSTREAMER=OFF -DWITH_FFMPEG=OFF -DCMAKE_BUILD_TYPE=Release .. && make
- cd $ROOT_TRAVIS_DIR
- git clone https://github.com/VisionLabs/torch-opencv
script:
Expand Down

0 comments on commit 76933ce

Please sign in to comment.