MinimalBible/.travis.yml

8 lines
180 B
YAML
Raw Normal View History

# We still need android to get the build tools/support libraries
language: android
2014-07-05 11:12:37 -04:00
2014-11-17 16:49:10 -05:00
script:
- ./gradlew test
after_success:
2014-11-17 21:30:15 -05:00
- ./gradlew jacocoTestReport coveralls --stacktrace