Sfoglia il codice sorgente

Should be allowing failure on COVERAGE, not COVERITY

Paul 11 anni fa
parent
commit
6ffd6343bc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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