Merge pull request #5530 from krichter722/travis

added initial .travis.yml
This commit is contained in:
vshcherb 2018-06-02 20:05:48 +02:00 committed by GitHub
commit ff91247670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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