1
0
mirror of https://github.com/stom79/exodus-android-app synced 2025-01-18 15:40:08 +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 - gradle wrapper --gradle-version 4.1 -b empty.file
- rm empty.file - rm empty.file
- android list target - 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 & - emulator -avd test -no-audio -no-window &
- android-wait-for-emulator - android-wait-for-emulator
- adb shell input keyevent 82 & - adb shell input keyevent 82 &