From 80fbbb1c60af741d822810b7ff3924f1e3a92bca Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 2 Jun 2016 21:32:45 +0100 Subject: [PATCH] Report coverage reports to coveralls --- .travis.yml | 2 ++ pom.xml | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9bcf999..3e912ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: java jdk: - oraclejdk8 +after_success: + - mvn clean cobertura:cobertura coveralls:report diff --git a/pom.xml b/pom.xml index a0f0bde..062697b 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,7 @@ 1.10.19 3.0.1 4.2.6.RELEASE + 4.2.0 @@ -77,4 +78,13 @@ + + + + org.eluder.coveralls + coveralls-maven-plugin + ${coveralls-maven-plugin.version} + + +