2017-01-05 12:49:26 +00:00
|
|
|
language: android
|
|
|
|
jdk:
|
|
|
|
- oraclejdk8
|
|
|
|
android:
|
|
|
|
components:
|
2017-01-05 13:03:42 +00:00
|
|
|
- tools # to get the new `repository-11.xml`
|
|
|
|
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943)
|
2017-01-05 12:49:26 +00:00
|
|
|
- platform-tools
|
|
|
|
- build-tools-24.0.3
|
|
|
|
- android-24
|
|
|
|
- extra-android-m2repository
|
2017-01-05 13:00:23 +00:00
|
|
|
licenses:
|
|
|
|
- 'android-sdk-preview-license-52d11cd2'
|
|
|
|
- 'android-sdk-license-.+'
|
2017-01-05 12:49:26 +00:00
|
|
|
script:
|
|
|
|
- "./gradlew clean build --stacktrace"
|
|
|
|
branches:
|
|
|
|
except:
|
|
|
|
- gh-pages
|
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
sudo: false
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- "$HOME/.m2"
|
|
|
|
- "$HOME/.gradle"
|