CI: 25 is the default target installed by travis

This commit is contained in:
Schoumi 2018-03-13 17:23:16 +01:00
parent c4bff2753b
commit 73b26ecbe0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ before_script:
- gradle wrapper --gradle-version 4.1 -b empty.file
- rm empty.file
- android list target
- echo no | android create avd --force -n test -t android-27 --abi armeabi-v7a
- echo no | android create avd --force -n test -t android-25 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &