Quellcode durchsuchen

Allow travis build failures in linux

Thomas Buck vor 9 Jahren
Ursprung
Commit
54d9e33c4f
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4
    0
      .travis.yml

+ 4
- 0
.travis.yml Datei anzeigen

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

Laden…
Abbrechen
Speichern