From e488320d37bcfde20874adbda4d93aeda50f2cbb Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 19 May 2016 19:23:02 +0900 Subject: [PATCH] Ignore failures of OS X on Travis CI --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b434313899..75a5a26c6c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,7 @@ matrix: - os: linux env: TARGET_ARCH=ia32 allow_failures: - - env: TARGET_ARCH=arm - - env: TARGET_ARCH=ia32 + - os: osx script: './script/cibuild'