Browse Source

Allow travis build failures in linux

Thomas Buck 10 years ago
parent
commit
54d9e33c4f
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      .travis.yml

+ 4
- 0
.travis.yml View File

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

Loading…
Cancel
Save