You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
language: android
|
|
android:
|
|
components:
|
|
- build-tools-19.1.0
|
|
licenses:
|
|
- 'android-sdk-license.*'
|
|
|
|
script: 'travis_retry ./gradlew build --parallel'
|
|
|
|
after_success:
|
|
- scripts/travis-sonatype-publish.sh
|
|
- ./gradlew jacocoTestReport coveralls
|