From 4b86f8cb0e0a4a5ed840118122ab06d81aa7a4a6 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 9 Nov 2014 23:55:27 -0500 Subject: [PATCH] Revert "Emulator wait fix for Travis" This reverts commit 9bee9e60fd7962dedb63386706cc0b73045ec953. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3695d4f..ee516e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,9 @@ env: matrix: - ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=x86 -before_install: +before_script: - 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 &