We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d537ab commit 0ffd508Copy full SHA for 0ffd508
.travis.yml
@@ -79,7 +79,7 @@ script:
79
- ./tools/travis.build.sh
80
81
# launch tests
82
- - if [ ${TRAVIS_OS_NAME} = "linux" && ${DEPENDENCY_NAME} = "ffmpeg" ]; then ./tools/travis.python.nosetests.sh; fi
+ - if [ ${TRAVIS_OS_NAME} = "linux" ] && [ ${DEPENDENCY_NAME} = "ffmpeg" ]; then ./tools/travis.python.nosetests.sh; fi
83
84
after_success:
85
# generate coverage for coveralls
0 commit comments