Build with linux/clang; try building on osx/clang.
authorDavid Given <dg@cowlark.com>
Sun, 6 Aug 2017 08:44:38 +0000 (10:44 +0200)
committerDavid Given <dg@cowlark.com>
Sun, 6 Aug 2017 08:44:38 +0000 (10:44 +0200)
.travis.yml

index f06e5ac..c1c9ae5 100644 (file)
@@ -1,6 +1,17 @@
 matrix:
     include:
-        - os: linux
+        -
+            os: linux
+            compiler: gcc
+    include:
+        -
+            os: linux
+            compiler: clang
+    include:
+        -
+            os: osx
+            env: HOMEBREW_NO_AUTO_UPDATE=1
+            compiler: clang
 
 addons:
     apt: