Use Travis CI to build project

This commit is contained in:
Branden Archer
2015-12-27 17:36:45 -05:00
parent 2e9ca0de88
commit 9eaf90fcda
4 changed files with 117 additions and 0 deletions

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
language: android
android:
components:
- build-tools-21.1.1
- android-17
script:
- echo "Travis branch is $TRAVIS_BRANCH"
- echo "Travis branch is in pull request $TRAVIS_PULL_REQUEST"
- ant debug