mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
f25b436ca3
This reverts commit 4ecc9dd1fb
.
14 lines
261 B
YAML
14 lines
261 B
YAML
# We still need android to get the build tools/support libraries
|
|
language: android
|
|
android:
|
|
components:
|
|
- build-tools-21.1.1
|
|
- android-21
|
|
- extra-android-support
|
|
|
|
script:
|
|
- ./gradlew test
|
|
|
|
after_success:
|
|
- ./gradlew jacocoTestReport coveralls
|