Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dsokolov committed Dec 1, 2016
1 parent 71c02b9 commit bf6c97d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: android
jdk: oraclejdk8

cache:
directories:
- $HOME/.gradle

android:
components:
- tools
- platform-tools
- build-tools-25.0.0
- build-tools-25.0.1
- android-25
- extra-android-m2repository
- sys-img-armeabi-v7a-android-18
Expand All @@ -13,9 +18,6 @@ android:
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'

jdk:
- oraclejdk8

cache:
directories:
- $HOME/.gradle
script:
- chmod +x ./gradlew
- ./gradlew build

0 comments on commit bf6c97d

Please sign in to comment.