From 43e82df560507b46036f4ea89d4d320251c469c3 Mon Sep 17 00:00:00 2001 From: Jorge Antonio Diaz-Benito Soriano Date: Thu, 23 Oct 2014 23:04:54 +0200 Subject: [PATCH] New Travis-CI conf test --- .travis.yml | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index d663a0c8..2a46a99f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,21 +3,13 @@ android: components: - build-tools-22.0.1 - android-19 - - android-17 - - android-14 - - extra-android-support - licenses: - - 'android-sdk-license-5be876d5' - - 'android-sdk-license-598b93a6' -jdk: oraclejdk7 before_install: -- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M -- emulator -avd test -no-skin -no-audio -no-window & -- rm pom.xml -- android update project -p . -before_script: -- chmod +x ./wait_for_emulator.sh -- ./wait_for_emulator.sh + - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M + - emulator -avd test -no-skin -no-audio -no-window & + - rm pom.xml + - android update project -p . + - chmod +x ./wait_for_emulator.sh + - ./wait_for_emulator.sh script: - ant clean - ant debug