mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
11 lines
157 B
YAML
11 lines
157 B
YAML
language: java
|
|
|
|
before_install:
|
|
- bash android_install.sh $COMPONENTS
|
|
|
|
script:
|
|
- ./gradlew test
|
|
|
|
after_success:
|
|
- ./gradlew jacocoTestReport coveralls
|