1
0
mirror of https://github.com/stom79/exodus-android-app synced 2025-01-03 16:39:15 +01:00

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

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 &