mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-05 07:38:20 -05:00
18 lines
359 B
YAML
18 lines
359 B
YAML
# We still need android to get the build tools/support libraries
|
|
language: android
|
|
android:
|
|
components:
|
|
- tools
|
|
- platform-tools
|
|
- build-tools-21.1.1
|
|
- android-21
|
|
- extra-android-support
|
|
- extra-android-m2repository
|
|
- extra-google-m2repository
|
|
|
|
script:
|
|
- ./gradlew test
|
|
|
|
after_success:
|
|
- ./gradlew jacocoTestReport coveralls
|