Skip to content

Commit

Permalink
Config travis
Browse files Browse the repository at this point in the history
  • Loading branch information
neworld committed Dec 6, 2017
1 parent 4d5bd65 commit 6477564
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
language: android

android:
components:
- tools
- platform-tools
- build-tools-26.0.2
- android-26

jdk:
- oraclejdk8

script:
- ./gradlew clean build

notifications:
email: false

sudo: false

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/

cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.android/build-cache

0 comments on commit 6477564

Please sign in to comment.