Skip to content

Commit

Permalink
Adding Travis
Browse files Browse the repository at this point in the history
Copy pasta from Mortar & Flow. No idea what I'm actually doing.

First step for square#25
  • Loading branch information
pyricau committed May 17, 2015
1 parent 94db8cc commit 6034ba7
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:
- build-tools-21.1.2
- android-21
licenses:
- android-sdk-license-5be876d5

jdk:
- oraclejdk7

script:
- ./gradlew clean build check

notifications:
email: false

sudo: false

cache:
directories:
- $HOME/.gradle

0 comments on commit 6034ba7

Please sign in to comment.