Allow ia32 and arm builds to fail for now
authorCheng Zhao <zcbenz@gmail.com>
Mon, 6 Jul 2015 06:39:40 +0000 (14:39 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 6 Jul 2015 06:39:40 +0000 (14:39 +0800)
The ia32 and arm libchromiumcontent can not build on CI for now.

.travis.yml

index af27529..ff7272e 100644 (file)
@@ -17,5 +17,8 @@ matrix:
       env: TARGET_ARCH=arm
     - os: linux
       env: TARGET_ARCH=ia32
+  allow_failures:
+    - env: TARGET_ARCH=arm
+    - env: TARGET_ARCH=ia32
 
 script: './script/cibuild'