Skip to content

Commit

Permalink
CHG: Switched to API23
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr committed Aug 21, 2015
1 parent 419306f commit b090f96
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -6,8 +6,10 @@ jdk:
- oraclejdk8

env:
# Known TV: sys-img-armeabi-v7a-android-tv-23, sys-img-x86-android-tv-23,
# Known : sys-img-armeabi-v7a-android-23, sys-img-x86_64-android-23, sys-img-x86-android-23
matrix:
- ANDROID_TARGET=android-22 ANDROID_ABI=armeabi-v7a
- ANDROID_TARGET=android-23 ANDROID_ABI=armeabi-v7a

# http://docs.travis-ci.com/user/caching/
cache:
Expand Down Expand Up @@ -36,12 +38,12 @@ android:
components:
- platform-tools
- platform-tools-preview
- build-tools-23.0.0-preview
- build-tools-23.0.0
- build-tools-22.0.1
- extra-android-support
- extra-android-m2repository
- extra-google-m2repository
- android-22
- android-23
licenses:
- '.+'

Expand Down

0 comments on commit b090f96

Please sign in to comment.