From 76178eddc64ab61b0178fb63de5a6a5e3e918371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Sieradzki?= Date: Sat, 31 Jan 2015 13:47:19 +0100 Subject: [PATCH] Update Travis build script --- .travis.yml | 4 ++-- setup-ant.sh | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 972e607..0d0059d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: android android: components: - - build-tools-19.1.0 - - android-19 + - build-tools-21.1.1 + - android-20 - extra-android-support licenses: - 'android-sdk-license-.+' diff --git a/setup-ant.sh b/setup-ant.sh index 14a9f49..361296c 100755 --- a/setup-ant.sh +++ b/setup-ant.sh @@ -2,11 +2,6 @@ target="android-20" -# Travis doesn't support android-20 yet -if [ -n "$TRAVIS" ]; then - target="android-19"; -fi - # Update ant setup in project and all sub-projects for f in `find external/ -name project.properties`; do projectdir=`dirname $f`