Skip to content

Commit adae4e3

Browse files
committed
Update Travis CI configuration
- Include SDK v20 for Wear support. - Switch to build tools v20.
1 parent ff0d52b commit adae4e3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,19 @@ language: android
1616

1717
android:
1818
components:
19-
- build-tools-19.0.0
19+
- 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
2025

2126
notifications:
2227
email: false
2328

2429
env:
2530
matrix:
26-
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
31+
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
2732

2833
before_install:
2934
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI

0 commit comments

Comments
 (0)