First stab at travis CI config
This commit is contained in:
parent
f5cc04e3cc
commit
7f1a3b6196
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
||||
language: android
|
||||
android:
|
||||
components:
|
||||
- platform-tools
|
||||
- tools
|
||||
|
||||
# The BuildTools version used by your project
|
||||
- build-tools-23.0.1
|
||||
|
||||
# The SDK version used to compile your project
|
||||
- android-23
|
Loading…
Reference in New Issue
Block a user