Skip to content

Commit

Permalink
adding travis
Browse files Browse the repository at this point in the history
  • Loading branch information
burntcookie90 committed Aug 8, 2014
1 parent 580c7d6 commit c5e9178
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: android
jdk: oraclejdk7
env:
matrix:
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a

android:
components:
- build-tools-19.1

before_script:
- cp keystore.properties.example keystore.properties
- cp local.properties.example local.properties

script: ./gradlew clean assembleDebug

0 comments on commit c5e9178

Please sign in to comment.