Travis: use clang and gcc
authorNicolas Williams <nico@twosigma.com>
Sun, 28 May 2017 20:32:37 +0000 (15:32 -0500)
committerNicolas Williams <nico@twosigma.com>
Sun, 28 May 2017 21:58:39 +0000 (16:58 -0500)
.travis.yml

index 3bb187bb952ff08dd0bdc133650072c0b7a6246d..3928487df977a463be8f21bb596d68d42a192bee 100644 (file)
@@ -43,11 +43,18 @@ install:
 script:
     - if [ x${COVERITY_SCAN_BRANCH} != x1 ]; then make check; fi
 
-compiler: clang
 after_script:
     - if [ -n "$COVERAGE" ]; then coveralls --gcov-options; fi
 
+compiler:
+    - clang
+    - gcc
+
 matrix:
+    # Don't build on OS X with gcc
+    exclude:
+      - os: osx
+        compiler: gcc
     # Add a gcov build
     include:
         - compiler: gcc