Bläddra i källkod

Allow travis build failures in linux

Thomas Buck 9 år sedan
förälder
incheckning
54d9e33c4f
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4
    0
      .travis.yml

+ 4
- 0
.travis.yml Visa fil

@@ -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

Laddar…
Avbryt
Spara