ソースを参照

Allow travis build failures in linux

Thomas Buck 9年前
コミット
54d9e33c4f
1個のファイルの変更4行の追加0行の削除
  1. 4
    0
      .travis.yml

+ 4
- 0
.travis.yml ファイルの表示

@@ -35,6 +35,10 @@ os:
35 35
     - linux
36 36
     - osx
37 37
 
38
+matrix:
39
+    allow_failures:
40
+        - os: linux
41
+
38 42
 env:
39 43
     global:
40 44
         # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created

読み込み中…
キャンセル
保存