Quellcode durchsuchen

Exclude arm32 builds on os x.

Viral B. Shah vor 10 Jahren
Ursprung
Commit
15007d5476
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -6,5 +6,9 @@ os:
 env:
     - TARGET=host
     - TARGET=arm32
+matrix:
+    exclude:
+        - os: osx
+        env: TARGET="arm32"
 notifications:
     email: false