From f983b8431b9dbfaf0d9ed8d38e72a97310ca87f0 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 16 Apr 2018 15:05:07 +0200 Subject: [PATCH] Do not build android mips in travis in case of cron or pull_request. Related to #121 --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 741df91..7a03bcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,8 +50,6 @@ env: - PLATFORM="i586_static" - PLATFORM="android_arm" - PLATFORM="android_arm64" - - PLATFORM="android_mips" - - PLATFORM="android_mips64" - PLATFORM="android_x86" - PLATFORM="android_x86_64" matrix: @@ -62,6 +60,11 @@ matrix: - env: PLATFORM="android_mips64" - env: PLATFORM="android_x86" - env: PLATFORM="android_x86_64" + include: + - env: PLATFORM="android_mips" + if: type!=cron AND type!=pull_request + - env: PLATFORM="android_mips64" + if: type!=cron AND type!=pull_request notifications: irc: