mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 15:18:22 -05:00
8a46cb0037
This reverts commit d94b8b45c7
.
9 lines
168 B
YAML
9 lines
168 B
YAML
# We still need android to get the build tools/support libraries
|
|
language: android
|
|
|
|
script:
|
|
- ./gradlew test
|
|
|
|
after_success:
|
|
- ./gradlew jacocoTestReport coveralls
|