added initial .travis.yml

This commit is contained in:
Karl-Philipp Richter 2018-06-01 16:27:41 +02:00
parent 5527e3ff52
commit fe83786a11

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: android
android:
components:
- tools
- platform-tools
# The BuildTools version used by your project
- build-tools-27.0.3
- android-27
script: ./gradlew test