浏览代码

Exclude gcc OS X travis builds

Kevin Wojniak 9 年之前
父节点
当前提交
319612d7ee
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -2387,6 +2387,10 @@ cache:
 
 matrix:
   - fast_finish: true
+  exclude:
+    # Exclude GCC from OS X builds because it's actually clang so it's just duplicate builds
+    - os: osx
+      compiler: gcc
 
 script:
   - CTEST_OUTPUT_ON_FAILURE=1 make all test