Skip to content

Commit b5efcdd

Browse files
committed
Merge pull request google#68 from ardock/update-travis-to-android-21
Update travis.yml for lollipop
2 parents 2bbaedd + 03c54ae commit b5efcdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

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

1717
android:
1818
components:
19-
- build-tools-20.0.0
20-
- android-19
19+
- build-tools-21.0.1
2120
- android-20
21+
- android-21
2222
- extra-google-m2repository
2323
- extra-android-m2repository
24-
- sys-img-armeabi-v7a-android-20
24+
- sys-img-armeabi-v7a-android-21
2525

2626
notifications:
2727
email: false
2828

2929
env:
3030
matrix:
31-
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
31+
- ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
3232

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

0 commit comments

Comments
 (0)