We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d17d80 commit 451ac49Copy full SHA for 451ac49
1 file changed
.travis.yml
@@ -21,15 +21,16 @@ env:
21
global:
22
- ADB_INSTALL_TIMEOUT=8 # timeout (in minutes)
23
24
-# Emulator Management: create, start & wait
25
before_script:
+ # Automatically accept all SDK licences
26
+ - echo yes | android update sdk --no-ui --all --filter build-tools-24.0.2,android-24,extra-android-m2repository
27
+ # Emulator Management: create, start & wait
28
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
29
- emulator -avd test -no-skin -no-audio -no-window &
30
- android-wait-for-emulator
31
- adb shell input keyevent 82 &
32
33
script:
34
- android list target
- - android update sdk --no-ui --filter build-tools-24.0.2,android-24,extra-android-m2repository
35
- ./gradlew build connectedCheck
36
- ./gradlew connectedAndroidTest
0 commit comments