Paul 11 년 전
부모
커밋
7a22db848b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -10,12 +10,12 @@ matrix:
 # Don't try to do Coverity or coverage builds on mac
   - os: osx
     env: COVERITY=1
-	env: COVERAGE=1
+    env: COVERAGE=1
 # Only do coverity or coverage build on Linux when the compiler is gcc
   - os: linux
     compiler: clang
     env: COVERITY=1
-	env: COVERAGE=1
+    env: COVERAGE=1
 # Don't build with clang on Linux
   - os: linux
     compiler: clang