wiser-assertions/.travis.yml
Paul Campbell 03063ef9b7 Use correct coverage test command
Cut-and-pasted the wrong example command for travis-CI.
2016-06-02 23:03:24 +01:00

5 lines
100 B
YAML

language: java
jdk:
- oraclejdk8
after_success:
- mvn clean test jacoco:report coveralls:report