Browse Source

Exclude arm32 builds on os x.

Viral B. Shah 10 năm trước cách đây
mục cha
commit
15007d5476
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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