Jelajahi Sumber

Merge pull request #292 from kainjow/travis-osx

Exclude GCC from OS X
bel2125 9 tahun lalu
induk
melakukan
f87d170a18
1 mengubah file dengan 5 tambahan dan 5 penghapusan
  1. 5 5
      .travis.yml

+ 5 - 5
.travis.yml

@@ -2327,10 +2327,6 @@ env:
 #      ENABLE_LUA=YES
 #      ENABLE_LUA=YES
 #      ENABLE_DUKTAPE=YES
 #      ENABLE_DUKTAPE=YES
 
 
-matrix:
-  allow_failures:
-    - os: osx
-
 addons:
 addons:
   apt:
   apt:
     packages:
     packages:
@@ -2386,7 +2382,11 @@ cache:
   - $HOME/third-party
   - $HOME/third-party
 
 
 matrix:
 matrix:
-  - fast_finish: true
+  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:
 script:
   - CTEST_OUTPUT_ON_FAILURE=1 make all test
   - CTEST_OUTPUT_ON_FAILURE=1 make all test