mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
8 lines
167 B
YAML
8 lines
167 B
YAML
# We still need android to get the build tools/support libraries
|
|
language: android
|
|
|
|
script:
|
|
- ./gradlew test
|
|
|
|
after_success:
|
|
- ./gradlew jacocoTestReport coveralls |