remove emulator

This commit is contained in:
Schoumi 2018-03-14 21:24:43 +01:00
parent e989c156f5
commit 93f64eda66
1 changed files with 0 additions and 6 deletions

View File

@ -18,12 +18,6 @@ before_script:
- touch empty.file
- 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-25 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew assembleDebug