From bbf2f059addaae47c833b39a254b869e49005fa0 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 9 Nov 2014 23:55:29 -0500 Subject: [PATCH] Revert "Clean up travis build, hopefully fix the build" This reverts commit e5192cfea4d9dd4bb5fdb50fe966ef72c293cfdf. --- .travis.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index e543b9b..dd37e02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,13 @@ language: android -android: - components: - - build-tools-21.0.2 - - sys-img-x86-android-21 - - android-21 - - extra-android-support - - extra-google-m2repository - - extra-android-m2repository - env: matrix: - - ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=x86_64 + - ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a -before_script: +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 & + +before_script: - bash ./wait_for_emulator - adb shell input keyevent 82 &