File tree 1 file changed +23
-4
lines changed
1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ notifications:
7
7
8
8
language : c
9
9
10
- compiler :
11
- - gcc
12
- - clang
13
-
14
10
script :
15
11
- echo $TRAVIS_EVENT_TYPE
16
12
- 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
+
29
+ matrix :
30
+ include :
31
+ - 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
+ - os : linux
40
+ compiler : clang-3.5
41
+ addons :
42
+ apt :
43
+ sources :
44
+ - ubuntu-toolchain-r-test
45
+ - llvm-toolchain-trusty-3.5
46
+ packages :
47
+ - clang-3.5
48
+ - os : osx
49
+ osx_image : xcode8.3
50
+ compiler : clang
You can’t perform that action at this time.
0 commit comments