Skip to content

Commit edc75be

Browse files
committed
Travis: exclude osx jobs which compute a coverage
Because since commit 9b76aab, we launch pyTests only on linux.
1 parent dfca7de commit edc75be

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,17 @@ env:
2727
- DEPENDENCY_NAME=ffmpeg DEPENDENCY_VERSION=2.2.9 ENABLE_COVERAGE=false
2828

2929
matrix:
30-
# generate coverage only with gcc
3130
exclude:
31+
# generate coverage only with gcc
3232
- compiler: clang
3333
env: DEPENDENCY_NAME=ffmpeg DEPENDENCY_VERSION=2.2.9 ENABLE_COVERAGE=true
3434
- compiler: clang
3535
env: DEPENDENCY_NAME=libav DEPENDENCY_VERSION=11.3 ENABLE_COVERAGE=true
36+
# generate coverage only on linux
37+
- os: osx
38+
env: DEPENDENCY_NAME=libav DEPENDENCY_VERSION=11.3 ENABLE_COVERAGE=true
39+
- os: osx
40+
env: DEPENDENCY_NAME=ffmpeg DEPENDENCY_VERSION=2.2.9 ENABLE_COVERAGE=true
3641
fast_finish: true
3742

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

0 commit comments

Comments
 (0)