Run mvn in --batch-mode to reduce verbosity in travis build Project: http://git-wip-us.apache.org/repos/asf/twill/repo Commit: http://git-wip-us.apache.org/repos/asf/twill/commit/8f70aa4d Tree: http://git-wip-us.apache.org/repos/asf/twill/tree/8f70aa4d Diff: http://git-wip-us.apache.org/repos/asf/twill/diff/8f70aa4d
Branch: refs/heads/site Commit: 8f70aa4d49243ef2a0ddc613ce2f3f9c22f80e97 Parents: 107dc1e Author: Terence Yim <[email protected]> Authored: Sun Mar 18 22:21:34 2018 -0700 Committer: Terence Yim <[email protected]> Committed: Sun Mar 18 22:21:34 2018 -0700 ---------------------------------------------------------------------- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/twill/blob/8f70aa4d/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index fae270d..55101b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,9 +31,9 @@ branches: - /^branch\-.*$/ - /^feature\/.*$/ -script: mvn test -P $PROFILE -Dsurefire.redirectTestOutputToFile=false -Dtwill.zk.server.localhost=false +script: mvn --batch-mode test -P $PROFILE -Dsurefire.redirectTestOutputToFile=false -Dtwill.zk.server.localhost=false -install: mvn install -P $PROFILE -DskipTests=true +install: mvn --batch-mode install -P $PROFILE -DskipTests=true env: - PROFILE='hadoop-2.0'
