Allow ia32 and arm builds to fail for now

The ia32 and arm libchromiumcontent can not build on CI for now.
This commit is contained in:
Cheng Zhao 2015-07-06 14:39:40 +08:00
parent 1979b42ee7
commit 9afc016ff9

View file

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