We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b40f3 commit 66cd712Copy full SHA for 66cd712
.travis.yml
@@ -7,10 +7,6 @@ notifications:
7
8
language: c
9
10
-compiler:
11
- - gcc
12
- - clang
13
-
14
script:
15
- echo $TRAVIS_EVENT_TYPE
16
- echo $TRAVIS_OS_NAME
@@ -29,3 +25,26 @@ script:
29
25
- echo ""
30
26
- if [ "$TRAVIS_OS_NAME" = "linux" ] ; then mkdir output ; bash make.sh -o no-valgrind -o no-m32 ; ls output ; ls output | wc -l ; cd output ; bash ../test.sh ; cd .. ; rm -fr output; fi
31
27
- echo "" ; date
28
+
+matrix:
+ include:
+ - os: linux
32
+ compiler: gcc-4.9
33
+ addons:
34
+ apt:
35
+ sources:
36
+ - ubuntu-toolchain-r-test
37
+ packages:
38
+ - gcc-4.9
39
40
+ compiler: clang-3.5
41
42
43
44
45
+ - llvm-toolchain-trusty-3.5
46
47
+ - clang-3.5
48
+ - os: osx
49
+ osx_image: xcode8.3
50
+ compiler: clang
0 commit comments