Skip to content

Commit dd884c5

Browse files
committed
Travis: fix jobs exclusion
1 parent d1c2876 commit dd884c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ matrix:
3030
# generate coverage only with gcc
3131
exclude:
3232
- compiler: clang
33-
env: DEPENDENCY_NAME=ffmpeg ENABLE_COVERAGE=true
33+
env: DEPENDENCY_NAME=ffmpeg DEPENDENCY_VERSION=2.2.9 ENABLE_COVERAGE=true
3434
- compiler: clang
35-
env: DEPENDENCY_NAME=libav ENABLE_COVERAGE=true
35+
env: DEPENDENCY_NAME=libav DEPENDENCY_VERSION=11.3 ENABLE_COVERAGE=true
3636
fast_finish: true
3737

3838
# This results in a 2×2×2x2 build matrix.

0 commit comments

Comments
 (0)