CI: disable cache and replace script by assembleDebug

This commit is contained in:
Schoumi 2018-03-14 21:21:57 +01:00
parent 73b26ecbe0
commit e989c156f5
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
language: android
java: oraclejdk8
cache: false
android:
componentes:
- tools
@ -22,3 +23,7 @@ before_script:
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew assembleDebug