Skip to content

Commit

Permalink
move to travis android
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul committed Jul 19, 2017
1 parent e03ae09 commit 29b711d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
language: groovy
language: android
android:
components:
- tools
- platform-tools
- build-tools-25.0.3
- android-25
jdk:
- oraclejdk8
script:
- ./gradlew clean check
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
Expand Down

0 comments on commit 29b711d

Please sign in to comment.