11 lines
No EOL
290 B
YAML
11 lines
No EOL
290 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- tools # to get the new `repository-11.xml`
|
|
- tools # see https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943)
|
|
- platform-tools
|
|
- build-tools-25.0.2
|
|
- android-25
|
|
|
|
script:
|
|
- ./gradlew build connectedCheck |