Browse Source

Should be allowing failure on COVERAGE, not COVERITY

Paul 11 năm trước cách đây
mục cha
commit
6ffd6343bc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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