aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArdock <ardock@gmail.com>2014-10-22 03:50:57 +0200
committerArdock <ardock@gmail.com>2014-10-22 03:50:57 +0200
commit03c54ae518989a40d053a166b02d8ffb623760d1 (patch)
treef164e26000a8108fbe3000db940d58bd25c62da0
parent2bbaedd62fb9f6f2dcdc1b53edc73f2fb3e6f1b3 (diff)
downloadiosched-03c54ae518989a40d053a166b02d8ffb623760d1.tar.gz
Update travis.yml for lollipop
Updated build-tools to rev 21.0.1 Updated android component, image and target to 21
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a64747a..cf92a57 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,19 +16,19 @@ language: android
android:
components:
- - build-tools-20.0.0
- - android-19
+ - build-tools-21.0.1
- android-20
+ - android-21
- extra-google-m2repository
- extra-android-m2repository
- - sys-img-armeabi-v7a-android-20
+ - sys-img-armeabi-v7a-android-21
notifications:
email: false
env:
matrix:
- - ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
+ - ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI