ソースを参照

Don't let coverage build failure cause overalll build failure

Paul 11 年 前
コミット
408e448a2e
1 ファイル変更2 行追加0 行削除
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -3,6 +3,8 @@ os:
  - osx
 
 matrix:
+ allow_failures:
+  - env: COVERITY=1
  exclude:
 # Don't build using gcc on mac
   - os: osx