From: Cheng Zhao Date: Mon, 6 Jul 2015 06:39:40 +0000 (+0800) Subject: Allow ia32 and arm builds to fail for now X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9afc016ff9fb059db9f2f31fff521da7e53033a7;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Allow ia32 and arm builds to fail for now The ia32 and arm libchromiumcontent can not build on CI for now. --- diff --git a/.travis.yml b/.travis.yml index af27529..ff7272e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'