Przeglądaj źródła

Update .travis.yml

paulsapps 11 lat temu
rodzic
commit
9e6ecf7fba
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      .travis.yml

+ 4 - 4
.travis.yml

@@ -3,20 +3,20 @@ os:
  - osx
  - osx
 
 
 matrix:
 matrix:
- allow_failures:
-  - compiler: clang
  exclude:
  exclude:
 # Don't build using gcc on mac
 # Don't build using gcc on mac
   - os: osx
   - os: osx
     compiler: gcc
     compiler: gcc
-# Don't try to do Coverity builds on mac   
+# Don't try to do Coverity builds on mac
   - os: osx
   - os: osx
     env: COVERITY=1
     env: COVERITY=1
 # Only do coverity build on Linux when the compiler is gcc
 # Only do coverity build on Linux when the compiler is gcc
   - os: linux
   - os: linux
     compiler: clang
     compiler: clang
     env: COVERITY=1
     env: COVERITY=1
-  
+# Don't build with clang on Linux
+  - os: linux
+    compiler: clang
 compiler: 
 compiler: 
 - gcc
 - gcc
 - clang
 - clang