diff --git a/.travis.yml b/.travis.yml index d4d5ac4a7..8032f9988 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,8 +34,9 @@ before_script: - npm install - "(cd build/platform-declarations && npm install)" - echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER --abi default/armeabi-v7a -c 12M - - emulator -avd $AVD_NAME -skin WXGA720 -no-audio -no-window -memory 2048 & - - android-wait-for-emulator + - emulator -avd $AVD_NAME -no-audio -no-window & + - android-wait-for-emulator & + - adb shell input keyevent 82 script: - jdk_switcher use oraclejdk8 - grunt default &&