Skip to content

Commit

Permalink
Merge pull request #9 from prolificinteractive/travis_setup
Browse files Browse the repository at this point in the history
Added travis setup to project
  • Loading branch information
quentin41500 committed May 25, 2016
2 parents 46909f7 + 0fac36f commit 4aaa323
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: android

jdk:
- oraclejdk8

android:
components:
- tools
- platform-tools
- build-tools-23.0.3
- android-23
- extra-android-m2repository
- extra-google-m2repository

script:
- ./gradlew clean check assemble -Dpre-dex=false

notifications:
email: false

sudo: false

cache:
directories:
- $HOME/.gradle

0 comments on commit 4aaa323

Please sign in to comment.