From 3d19e751d91010f7123ecf5faa56e2066fca2ace Mon Sep 17 00:00:00 2001 From: DjBushido Date: Tue, 1 Jul 2014 23:52:26 -0400 Subject: [PATCH] Try again on updating the Travis build tools --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13a4299..20241a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ language: android env: - components: - - build-tools-20.0.0 matrix: - ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a + +android: + components: + - build-tools-20.0.0 + before_install: - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - emulator -avd test -no-skin -no-audio -no-window &