Skip to content

Instantly share code, notes, and snippets.

@scompo
Created April 19, 2016 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scompo/49cf1c90035899660798b0805be1fa3f to your computer and use it in GitHub Desktop.
Save scompo/49cf1c90035899660798b0805be1fa3f to your computer and use it in GitHub Desktop.
.travis.yml for coveralls (part 2)
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