try to get emulator running part 2

This commit is contained in:
Christian Schabesberger 2015-12-01 23:55:07 +01:00
parent cf2ef0f2a8
commit 2e123aa617
1 changed files with 4 additions and 4 deletions

View File

@ -17,13 +17,13 @@ android:
- extra-android-m2repository - extra-android-m2repository
# Emulators # Emulators
- sys-img-x86-android-23 - sys-img-armeabi-v7a-android-21
- sys-img-x86-android-15 - sys-img-armeabi-v7a-android-19
- sys-img-armeabi-v7a-android-15
env: env:
matrix: matrix:
- ANDROID_TARGET=android-19 ANDROID_ABI=x86 - ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
before_script: before_script:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI