Skip to content

Commit 8304028

Browse files
author
Clement Champetier
committed
Travis: allow failure with ffmpeg-2.8.x
Currently the tests do not pass with this ffmpeg version.
1 parent a5e58a1 commit 8304028

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ matrix:
5858
# build with libav
5959
- env: DEPENDENCY_NAME=libav DEPENDENCY_VERSION=11.3 ENABLE_COVERAGE=true
6060
- env: DEPENDENCY_NAME=libav DEPENDENCY_VERSION=11.3 ENABLE_COVERAGE=false
61+
# build with ffmpeg-2.8.6
62+
- env: DEPENDENCY_NAME=ffmpeg DEPENDENCY_VERSION=2.8.6 ENABLE_COVERAGE=false
6163
fast_finish: true
6264

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

0 commit comments

Comments
 (0)