Skip to content

Commit

Permalink
update travis ci config.
Browse files Browse the repository at this point in the history
  • Loading branch information
YacongGu committed Jan 4, 2017
1 parent 9dbefc5 commit 3b52d6a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
language: android
jdk:
- oraclejdk8

android:
components:
- build-tools-22.0.1
- android-22
- tools
- tools
- platform-tools
- build-tools-24.0.3
- android-24
- extra-google-m2repository
- extra-android-m2repository
licenses:
- 'android-sdk-preview-license-.+'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'

before_script:
- chmod +x gradlew
Expand Down

0 comments on commit 3b52d6a

Please sign in to comment.