MinimalBible/.travis.yml

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