Still trying to fix Travis

This commit is contained in:
Aidan Follestad 2019-04-18 17:48:27 -07:00
commit e2f7db22d1

View file

@ -20,9 +20,8 @@ env:
- -
# Emulator Management: Create, Start and Wait # Emulator Management: Create, Start and Wait
before_script: before_script:
- android list target
- echo no | android create avd --force -n test -t android-24 --abi default/armeabi-v7a - echo no | android create avd --force -n test -t android-24 --abi default/armeabi-v7a
- emulator -avd test -no-audio -no-window & - emulator -avd test -no-window &
- android-wait-for-emulator - android-wait-for-emulator
- adb shell input keyevent 82 & - adb shell input keyevent 82 &
- -