diff --git a/.travis.yml b/.travis.yml index 4684ccce7..00c7554a5 100644 --- a/.travis.yml +++ b/.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 &