mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-04-20 19:45:17 +00:00
22 lines
463 B
YAML
22 lines
463 B
YAML
language: android
|
|
jdk: oraclejdk8
|
|
|
|
env:
|
|
matrix:
|
|
- ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
|
|
|
|
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-28.0.3
|
|
- android-28
|
|
|
|
licenses:
|
|
- '.+'
|
|
|
|
before_install:
|
|
- yes | sdkmanager "platforms;android-28"
|
|
script:
|
|
- ./gradlew build connectedCheck
|