Create .travis.yml
This commit is contained in:
parent
3ba9a3e9e5
commit
01be79df08
1 changed files with 22 additions and 0 deletions
22
.travis.yml
Normal file
22
.travis.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
language: android
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
android:
|
||||
components:
|
||||
- tools
|
||||
- platform-tools
|
||||
- build-tools-24.0.3
|
||||
- android-24
|
||||
- extra-android-m2repository
|
||||
script:
|
||||
- "./gradlew clean build --stacktrace"
|
||||
branches:
|
||||
except:
|
||||
- gh-pages
|
||||
notifications:
|
||||
email: false
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
- "$HOME/.m2"
|
||||
- "$HOME/.gradle"
|
Loading…
Reference in a new issue