From 99effa9bb9ead978810aa0de3db3fae6a7338628 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 9 Nov 2014 23:55:25 -0500 Subject: [PATCH] Revert "Add a 30 second pause to give the emulator a chance to start" This reverts commit 85427711dfec96772b547dd02907ab569878dd31. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e2bcb4e..c92aa48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,14 +10,13 @@ android: env: matrix: - - ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=x86 + - ANDROID_SDKS=android-21,sysimg-21 ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a 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: - - sleep 30 - bash ./wait_for_emulator - adb shell input keyevent 82 &