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

Commit

Permalink
Merge pull request #11 from JakeWharton/jw/travis-ci
Browse files Browse the repository at this point in the history
Add Travis CI build.
  • Loading branch information
JakeWharton committed Jan 10, 2015
2 parents 773bb12 + 7a0767b commit 70954af
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 70954af

Please sign in to comment.