Repository: flume Updated Branches: refs/heads/trunk 0cc7542dd -> be25c5e11
FLUME-3155. Use batch mode in mvn to fix Travis CI error Reduce the output verbosity to fix the "log length has exceeded the limit of 4 MB" Travis CI error. This closes #161 Reviewers: Ferenc Szabo (Miklos Csanady via Denes Arvay) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/be25c5e1 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/be25c5e1 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/be25c5e1 Branch: refs/heads/trunk Commit: be25c5e1142a8d8b637df18de62f1a0a8759ea82 Parents: 0cc7542 Author: Miklos Csanady <[email protected]> Authored: Mon Aug 28 13:46:49 2017 +0200 Committer: Denes Arvay <[email protected]> Committed: Mon Aug 28 15:34:46 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/be25c5e1/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 17439bb..ce66ed9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ before_install: install: - # Skip mvn install. See https://docs.travis-ci.com/user/languages/java/ script: - - MAVEN_OPTS="-Xms512m -Xmx1024m" mvn clean install -DskipTests + - MAVEN_OPTS="-Xms512m -Xmx1024m" mvn clean install -DskipTests -B
