Create .travis.yml
This commit is contained in:
parent
16fe9f70c6
commit
2dd5564928
1 changed files with 18 additions and 0 deletions
18
.travis.yml
Normal file
18
.travis.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
language: android
|
||||
android:
|
||||
components:
|
||||
- tools
|
||||
- platform-tools
|
||||
- build-tools-23.0.2
|
||||
- android-23
|
||||
- extra-android-support
|
||||
- extra-android-m2repository
|
||||
- extra-google-m2repository
|
||||
|
||||
# Additional components
|
||||
#- extra-google-google_play_services
|
||||
#- addon-google_apis-google-19
|
||||
|
||||
# Specify at least one system image, if you need to run emulator(s) during your tests
|
||||
#- sys-img-armeabi-v7a-android-19
|
||||
#- sys-img-x86-android-17
|
||||
Loading…
Add table
Add a link
Reference in a new issue