Use correct coverage test command
Cut-and-pasted the wrong example command for travis-CI.
This commit is contained in:
parent
dadcb1fa4c
commit
03063ef9b7
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ language: java
|
|||
jdk:
|
||||
- oraclejdk8
|
||||
after_success:
|
||||
- mvn clean cobertura:cobertura coveralls:report
|
||||
- mvn clean test jacoco:report coveralls:report
|
||||
|
|
Loading…
Reference in a new issue