MinimalBible/.travis.yml
2014-11-21 18:01:35 -05:00

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