We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fe515 commit 3c5b127Copy full SHA for 3c5b127
1 file changed
.travis.yml
@@ -15,9 +15,7 @@ android:
15
- extra-android-m2repository # Design Support library
16
- sys-img-armeabi-v7a-android-21 # system image (emulator)
17
licenses:
18
- - android-sdk-preview-license-.+
19
- - android-sdk-license-.+
20
- - google-gdk-license-.+
+ - android-sdk-license-.+
21
22
env:
23
global:
@@ -32,5 +30,6 @@ before_script:
32
30
33
31
script:
34
- android list target
+ - android update sdk --no-ui --filter build-tools-24.0.0,android-24,extra-android-m2repository
35
- ./gradlew build connectedCheck
36
- ./gradlew connectedAndroidTest
0 commit comments