Browse Source

[TravisCI] allow failure until they are ready

Andy Li 8 năm trước cách đây
mục cha
commit
c1a0d7bf2a
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -2,6 +2,9 @@ language: haxe
 
 sudo: required
 matrix:
+  allow_failures:
+    - os: osx
+    - env: ARCH=64
   include:
     - haxe: development
       os: linux