Add travis configuration file
This commit is contained in:
parent
7caa376bcb
commit
a4592168ff
21
.travis.yml
Normal file
21
.travis.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# https://docs.travis-ci.com/user/languages/android/
|
||||||
|
language: android
|
||||||
|
jdk: openjdk8
|
||||||
|
sudo: false
|
||||||
|
|
||||||
|
android:
|
||||||
|
components:
|
||||||
|
- tools
|
||||||
|
- platform-tools
|
||||||
|
- tools
|
||||||
|
|
||||||
|
- build-tools-27.0.3
|
||||||
|
- android-27
|
||||||
|
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- gh-pages
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.m2
|
Loading…
x
Reference in New Issue
Block a user