travis: Exclude gcc for the macOS target
authorkoda
Wed, 19 Apr 2017 08:35:31 -0400
changeset 12285 3cdd664f6d0c
parent 12284 c1890ee08c4c
child 12286 b4dde7035fe2
travis: Exclude gcc for the macOS target gcc is just a symlink to clang on this platform.
.travis.yml
--- a/.travis.yml	Wed Apr 19 00:46:54 2017 +0200
+++ b/.travis.yml	Wed Apr 19 08:35:31 2017 -0400
@@ -12,6 +12,11 @@
   - gcc
   - clang
 
+matrix:
+  exclude:
+    - os: osx
+      compiler: gcc
+
 env:
   - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Release"
   - BUILD_ARGS="-DCMAKE_BUILD_TYPE=Debug"