Exclude travis config from rat check
diff --git a/pom.xml b/pom.xml
index 63a16e4..ebe7329 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,11 @@
             </goals>
           </execution>
         </executions>
+        <configuration>
+          <excludes>
+            <exclude>.travis.yml</exclude>
+          </excludes>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.jetbrains.kotlin</groupId>