Enable building with Travis CI

This commit is contained in:
Branden Archer
2016-01-30 20:36:10 -05:00
parent 08cb6e88bb
commit 439e226a80

25
.travis.yml Normal file
View File

@@ -0,0 +1,25 @@
language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-23.0.2
# The SDK version used to compile your project
- android-23
# Additional components
- extra
# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-x86-android-17
script: gradle build lint test
after_failure:
- cat app/build/outputs/lint-results.xml