فهرست منبع

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