Repository: nifi-registry Updated Branches: refs/heads/master 78e6b0e8e -> 010695fa1
Updating travis.yml with output filters Signed-off-by: Bryan Bende <[email protected]> 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 <[email protected]> Authored: Thu Nov 1 10:30:17 2018 -0400 Committer: Bryan Bende <[email protected]> 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>
