try to get emulator running
This commit is contained in:
parent
520f40d862
commit
cf2ef0f2a8
11
.travis.yml
11
.travis.yml
|
@ -19,3 +19,14 @@ android:
|
|||
# Emulators
|
||||
- sys-img-x86-android-23
|
||||
- sys-img-x86-android-15
|
||||
|
||||
env:
|
||||
matrix:
|
||||
- ANDROID_TARGET=android-19 ANDROID_ABI=x86
|
||||
|
||||
|
||||
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 &
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
|
|
Loading…
Reference in New Issue