Răsfoiți Sursa

Update .travis.yml

paulsapps 11 ani în urmă
părinte
comite
401eb49caf
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 4 4
      .travis.yml

+ 4 - 4
.travis.yml

@@ -9,15 +9,15 @@ matrix:
 # Don't build using gcc on mac
 # Don't build using gcc on mac
  exclude:
  exclude:
   - 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   
  exclude:
  exclude:
   - 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
-   env: COVERITY=1
+    compiler: clang
+    env: COVERITY=1
   
   
 compiler: 
 compiler: 
 - gcc
 - gcc