Merge pull request #5530 from krichter722/travis
added initial .travis.yml
This commit is contained in:
commit
ff91247670
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal 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
|
Loading…
Reference in a new issue