소스 검색

Should be allowing failure on COVERAGE, not COVERITY

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

+ 1 - 1
.travis.yml

@@ -4,7 +4,7 @@ os:
 
 matrix:
  allow_failures:
-  - env: COVERITY=1
+  - env: COVERAGE=1
  exclude:
 # Don't build using gcc on mac
   - os: osx