Code

Travis: test with both gcc and clang
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 4 Aug 2015 08:20:50 +0000 (10:20 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 4 Aug 2015 08:20:50 +0000 (10:20 +0200)
Travis does this in parallel so the build doesn't become
twice as long.

.travis.yml

index a205373f3860311b398a1ac839186976ac0a1c0b..0fd9d87c061e8227b772ff51300fe7225d049689 100644 (file)
@@ -1,3 +1,6 @@
 sudo: false
+compiler:
+  - gcc
+  - clang
 language: c
 script: sh build.sh && ./configure && make distcheck