Ignore travis file during RAT scan


git-svn-id: https://svn.apache.org/repos/asf/creadur/tentacles/trunk@1820713 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1a12f4e..983b963 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,6 +316,7 @@
           <version>${apacheRatVersion}</version>
           <configuration>
             <excludes>
+              <exclude>.travis.yml</exclude>
               <exclude>README*</exclude>
               <exclude>src/main/resources/licenses/*</exclude>
             </excludes>