Skip to content

Commit

Permalink
update travis file for android-23
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brateman committed Oct 1, 2015
1 parent d800c00 commit 0626c78
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ language: android
jdk: oraclejdk7
env:
matrix:
- ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
- ANDROID_TARGET=android-23 ANDROID_ABI=armeabi-v7a
android:
components:
- build-tools-21.1.2
- android-23
- build-tools-23.0.1
- platform-tools
- tools
before_install:
- export ANDROID_HOME=/usr/local/android-sdk
- export PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
Expand Down

0 comments on commit 0626c78

Please sign in to comment.