Updating travis.yml with output filters

Signed-off-by: Bryan Bende <bbende@apache.org>
diff --git a/.travis.yml b/.travis.yml
index d416986..ab00146 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,5 +55,5 @@
 
 #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]}
 
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>