You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bb...@apache.org on 2018/11/01 14:51:35 UTC

nifi-registry git commit: Updating travis.yml with output filters

Repository: nifi-registry
Updated Branches:
  refs/heads/master 78e6b0e8e -> 010695fa1


Updating travis.yml with output filters

Signed-off-by: Bryan Bende <bb...@apache.org>


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

Branch: refs/heads/master
Commit: 010695fa1a3077fc2ee7d8f33f65c08aade3d696
Parents: 78e6b0e
Author: Bryan Bende <bb...@apache.org>
Authored: Thu Nov 1 10:30:17 2018 -0400
Committer: Bryan Bende <bb...@apache.org>
Committed: Thu Nov 1 10:51:25 2018 -0400

----------------------------------------------------------------------
 .travis.yml | 2 +-
 pom.xml     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/010695fa/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index d416986..ab00146 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,5 +55,5 @@ install: true
 
 #build commands
 script:
-    - mvn -T 2C clean install -Pintegration-tests,contrib-check,jsUnitTests
+    - mvn -T 2C clean install -Pintegration-tests,contrib-check,jsUnitTests | grep -v -F -f .travis-output-filters && exit ${PIPESTATUS[0]}
 

http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/010695fa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 55292a9..57d8f22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -597,6 +597,7 @@
                         </exclude> <!-- Console banner text that does not have a mechanism of including comments -->
                         <exclude>src/main/resources/swagger/security-definitions.json
                         </exclude> <!-- A maven-swagger-plugin input file that does not have a mechanism of including comments -->
+			<exclude>.travis-output-filters</exclude> <!-- grep patterns to exclude from travis output -->
                     </excludes>
                 </configuration>
                 <dependencies>