From d0db71602a3c4fbaf428bea9acb17eb47686f84d Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Sat, 10 Oct 2015 14:51:40 +0200 Subject: [PATCH] Deactive android build as travis does not like it those days --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 13e01cf14..02f592c6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ branches: before_install: - export BUILD_PSP=YES - - export BUILD_ANDROID=YES + - export BUILD_ANDROID=NO - export BUILD_Qt=YES - export BUILD_MAC=YES - sudo apt-get update -qq