From 2f686e5219b802627d312fe1f3d53ec238ecb386 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Sat, 20 Jun 2015 18:43:15 -0400 Subject: [PATCH] Travis --- .travis.yml | 4 ++-- pom.xml | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34f55c47eba..c4b81e5a19a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,6 @@ cache: install: /bin/true script: - - mvn -B -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID -P COBERTURA clean cobertura:cobertura coveralls:report + - mvn -B clean install -Dcobertura.skip=true && mvn -B -DTRAVIS_JOB_ID=$TRAVIS_JOB_ID -P COBERTURA clean cobertura:cobertura coveralls:report + -#&& mvn -B clean install -Dcobertura.skip=true diff --git a/pom.xml b/pom.xml index 1fb233129ab..8c4186e4790 100644 --- a/pom.xml +++ b/pom.xml @@ -232,6 +232,15 @@ true + + org.eluder.coveralls + coveralls-maven-plugin + 3.1.0 + + + + + org.apache.maven.plugins maven-compiler-plugin