From 603300c154d6d35052cba3b48d025f606027d140 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 28 Nov 2017 16:25:42 +0000 Subject: [PATCH] Allow android build to fails. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Recent changes on android side make the build fails. While this is not fixed, do not block MR not related to kiwix-android. This should be reverted as soon as kiwix-android build is fixed. --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index d30126c..fe092af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,15 @@ env: - PLATFORM="android_mips64" - PLATFORM="android_x86" - PLATFORM="android_x86_64" +matrix: + allow_failures: + - env: PLATFORM="android_arm" + - env: PLATFORM="android_arm64" + - env: PLATFORM="android_mips" + - env: PLATFORM="android_mips64" + - env: PLATFORM="android_x86" + - env: PLATFORM="android_x86_64" + notifications: irc: channels: