Repository: nifi
Updated Branches:
  refs/heads/master 6d06defa6 -> 6d804ee1f


NIFI-5089: Exclude Maven progress output from Travis builds

This closes #2641.

Signed-off-by: Kevin Doran <kdo...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/6d804ee1
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/6d804ee1
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/6d804ee1

Branch: refs/heads/master
Commit: 6d804ee1fe117555093cf78437ea762c653a3711
Parents: 6d06def
Author: Matthew Burgess <mattyb...@apache.org>
Authored: Tue Apr 17 17:57:04 2018 -0400
Committer: Kevin Doran <kdo...@apache.org>
Committed: Wed Apr 18 12:28:11 2018 -0400

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/6d804ee1/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9e0d8ca..200f254 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,4 +55,4 @@ script:
   # Note: The reason the sed is done as part of script is to ensure the pom 
hack 
   # won't affect the 'clean install' above
   - bash .travis.sh
-  - mvn -T 2 clean install -Pcontrib-check,include-grpc,include-atlas 
-Ddir-only | grep -v "\[WARNING\]" | grep -v "Downloading from" | grep -v 
"Copying " && exit ${PIPESTATUS[0]}
+  - mvn -T 2 clean install -Pcontrib-check,include-grpc,include-atlas 
-Ddir-only | grep -v "\[WARNING\]" | grep -v "Downloading from" | grep -v 
"Copying " | grep -v "Progress " && exit ${PIPESTATUS[0]}

Reply via email to