commit only for understand travis...

This commit is contained in:
Schoumi 2018-03-13 17:13:55 +01:00
parent 9d586767e7
commit c4bff2753b
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ 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-27 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator