Repository: commons-csv Updated Branches: refs/heads/master 360998e62 -> fa07e5ee6
Add -B -V to Maven invocation. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/fa07e5ee Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/fa07e5ee Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/fa07e5ee Branch: refs/heads/master Commit: fa07e5ee6ff28818acf0d7034b1f17aea4f23b0a Parents: 360998e Author: Gary Gregory <[email protected]> Authored: Fri Nov 25 21:34:29 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Fri Nov 25 21:34:29 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/fa07e5ee/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 132582a..1b34d55 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
