We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1ac6a commit 0bcf298Copy full SHA for 0bcf298
1 file changed
.travis.yml
@@ -1,8 +1,13 @@
1
language: c
2
3
-os:
4
- - linux
5
- - osx
+matrix:
+ include:
+ - os: linux
6
+ compiler: gcc
7
8
+ compiler: clang
9
+ - os: osx
10
11
12
addons:
13
apt:
@@ -16,10 +21,6 @@ addons:
16
21
#before_install:
17
22
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install cmake; fi
18
23
19
-compiler:
20
- - clang
- - gcc
-
24
# Build with Debug and Release to flush out build problems
25
script:
26
- mkdir Debug
0 commit comments