Added .travis.yml to test out Travis-CI

This commit is contained in:
Alexander Pacha
2016-05-27 09:33:13 +02:00
parent 3a34c1c9e1
commit dfbfcbde62

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: android
android:
components:
- platform-tools
- tools
- build-tools-23.0.3
- android-23
script:
- ./gradlew build assembleRelease