We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0d52b commit adae4e3Copy full SHA for adae4e3
.travis.yml
@@ -16,14 +16,19 @@ language: android
16
17
android:
18
components:
19
- - build-tools-19.0.0
+ - build-tools-20.0.0
20
+ - andorid-19
21
+ - android-20
22
+ - extra-google-m2repository
23
+ - extra-android-m2repository
24
+ - sys-img-armeabi-v7a-android-20
25
26
notifications:
27
email: false
28
29
env:
30
matrix:
- - ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
31
+ - ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
32
33
before_install:
34
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
0 commit comments