Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chen0040/82973dbe5c7b0580e7b1b6053fcf89e6 to your computer and use it in GitHub Desktop.
Save chen0040/82973dbe5c7b0580e7b1b6053fcf89e6 to your computer and use it in GitHub Desktop.
language: java
jdk: oraclejdk8
cache:
directories:
- $HOME/.m2
before_install:
- chmod +x mvnw
script:
- ./mvnw test cobertura:cobertura coveralls:report -B -Punit-test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment