MinimalBible/.travis.yml
2014-11-23 23:06:01 -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