Browse Source

Update .travis.yml

paulsapps 11 years ago
parent
commit
3198a70304
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -6,15 +6,15 @@ matrix:
  allow_failures:
   - os: osx
   - compiler: clang
- # Don't build using gcc on mac
+# Don't build using gcc on mac
  exclude:
   - os: osx
    compiler: gcc
- # Don't try to do Coverity builds on mac   
+# 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
+# Only do coverity build on Linux when the compiler is gcc
   - os: linux
    compiler: clang
    env: COVERITY=1