Ignore failures of OS X on Travis CI

This commit is contained in:
Cheng Zhao 2016-05-19 19:23:02 +09:00
parent 195e0e64d0
commit e488320d37

View file

@ -19,8 +19,7 @@ matrix:
- os: linux - os: linux
env: TARGET_ARCH=ia32 env: TARGET_ARCH=ia32
allow_failures: allow_failures:
- env: TARGET_ARCH=arm - os: osx
- env: TARGET_ARCH=ia32
script: './script/cibuild' script: './script/cibuild'