Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Commit

Permalink
Add Travis CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jan 10, 2015
1 parent 50c3f81 commit 7a0767b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
language: android

jdk:
- oraclejdk7
- oraclejdk8

android:
components:
- build-tools-21.1.1
- android-21

script:
- ./gradlew clean check

branches:
except:
- gh-pages

notifications:
email: false

sudo: false

cache:
directories:
- $HOME/.gradle

0 comments on commit 7a0767b

Please sign in to comment.