Update .travis.yml to upload code coverage to Coveralls
This commit is contained in:
parent
e78f961c88
commit
e60765bad3
@ -2,3 +2,5 @@ language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- openjdk8
|
||||
after_success:
|
||||
- mvn clean test jacoco:report coveralls:report
|
||||
|
Loading…
Reference in New Issue
Block a user