mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
13 lines
302 B
YAML
13 lines
302 B
YAML
# We still need android to get the build tools/support libraries
|
|
language: android
|
|
android:
|
|
components:
|
|
- build-tools-21.1.1
|
|
# Don't have any other tools so far, robolectric covers pretty much everything...
|
|
|
|
script:
|
|
- ./gradlew test
|
|
|
|
after_success:
|
|
- ./gradlew jacocoTestReport coveralls
|