Created
April 19, 2016 21:56
-
-
Save scompo/49cf1c90035899660798b0805be1fa3f to your computer and use it in GitHub Desktop.
.travis.yml for coveralls (part 2)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: java | |
before_install: | |
- chmod +x ./gradlew | |
after_success: | |
- ./gradlew jacocoTestReport coveralls | |
jdk: | |
- oraclejdk8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment