paulsapps 11 лет назад
Родитель
Сommit
39d55249c2
1 измененных файлов с 1 добавлено и 2 удалено
  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