소스 검색

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…
취소
저장