Skip to content

Commit 1e5025e

Browse files
author
Clement Champetier
committed
Travis: fix launch pyTest if depend on ffmpeg
The pyTest were not launch for several commits, but Travis didn't raise any errors...
1 parent 959644b commit 1e5025e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ script:
4444
- cmake .. -DCMAKE_INSTALL_PREFIX=${AVTRANSCODER_INSTALL} -DCMAKE_BUILD_TYPE=Release -DAVTRANSCODER_COVERAGE=True
4545
- make install
4646
# Launch tests
47-
- if [ "${TRAVIS_OS_NAME}" = "linux" && "${DEPENDENCY_MODE}" = "ffmpeg" ]; then ./../tools/travis.python.nosetests.sh; fi
47+
- if [ "${DEPENDENCY_MODE}" = "ffmpeg" ]; then ./../tools/travis.python.nosetests.sh; fi
4848

4949
after_success:
5050
- cd ${TRAVIS_BUILD_DIR}

0 commit comments

Comments
 (0)