瀏覽代碼

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

Loading…
取消
儲存