Update .travis.yml

This commit is contained in:
Bruno Bierbaumer 2015-11-23 23:55:52 +01:00
parent 65fbacfbcb
commit 4f51328a74

View file

@ -25,7 +25,7 @@ android:
# Emulator Management: Create, Start and Wait # Emulator Management: Create, Start and Wait
before_script: before_script:
- echo no | android create avd --force -n test -t android-23 --abi x86 - echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window & - emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator - android-wait-for-emulator
- adb shell input keyevent 82 & - adb shell input keyevent 82 &