Skip to content

Commit ea61376

Browse files
author
Clement Champetier
committed
Travis: clean .travis.yml
1 parent 8223110 commit ea61376

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.travis.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
language: cpp
2+
3+
os:
4+
- linux
5+
- osx
6+
7+
compiler:
8+
- gcc
9+
- clang
10+
111
env:
212
global:
313
- AVTRANSCODER_BUILD=${TRAVIS_BUILD_DIR}/build-avtranscoder
@@ -10,15 +20,8 @@ env:
1020
- DEPENDENCY_MODE=ffmpeg ENABLE_COVERAGE=true
1121
- DEPENDENCY_MODE=ffmpeg ENABLE_COVERAGE=false
1222

13-
language: cpp
14-
15-
os:
16-
- linux
17-
- osx
18-
19-
compiler:
20-
- gcc
21-
- clang
23+
# This results in a 2×2×2x2 build matrix.
24+
# Where the variables are: os / compiler / DEPENDENCY_MODE / ENABLE_COVERAGE
2225

2326
before_script:
2427
- env | sort

0 commit comments

Comments
 (0)