# HG changeset patch
# User koda
# Date 1492605331 14400
# Node ID 3cdd664f6d0c8ae2b06cc13c50f7e67a1b5a5a4f
# Parent  c1890ee08c4ca8bd1ed8679727b7c832f27090d1
travis: Exclude gcc for the macOS target

gcc is just a symlink to clang on this platform.

diff -r c1890ee08c4c -r 3cdd664f6d0c .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"