Przeglądaj źródła

Update .travis.yml

paulsapps 11 lat temu
rodzic
commit
39d55249c2
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

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