Skip to content

Commit

Permalink
Added Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Zaytsev committed Jun 19, 2017
1 parent ac6fa54 commit 5e345a3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: android

android:
components:
- tools
- platform-tools
- build-tools-26.0.0
- android-26
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository

jdk:
- oraclejdk8

notifications:
email: false

script: ./gradlew build test

cache:
directories:
- $HOME/.m2

0 comments on commit 5e345a3

Please sign in to comment.