From fa07e5ee6ff28818acf0d7034b1f17aea4f23b0a Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 25 Nov 2016 21:34:29 -0800 Subject: [PATCH] Add -B -V to Maven invocation. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 132582a3..1b34d551 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ jdk: - oraclejdk8 after_success: - - mvn -Ptravis-jacoco clean test jacoco:report coveralls:report + - mvn -B -V -Ptravis-jacoco clean test jacoco:report coveralls:report