Skip to content

Commit

Permalink
add _travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donglua committed Jun 27, 2015
1 parent e07b795 commit 73fb441
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: android

jdk:
- oraclejdk7

before_install:
- chmod +x gradlew

android:
components:
- build-tools-22.0.1
- android-22
- extra-android-m2repository

script: ./gradlew assembleDebug

notifications:
email: false

sudo: false

0 comments on commit 73fb441

Please sign in to comment.