RAT-312: Do not use Travis anymore
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 203a2c1..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-language: java
-jdk:
-  - openjdk8
-#before_script:
-#  - pip install --user codecov
-
-#after_success:
-#  - codecov
-
-#addons:
-#  srcclr: true 
diff --git a/README.md b/README.md
index 0368600..41f8982 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
 # Apache Creadur Tentacles
 
 [![ASF Build Status](https://ci-builds.apache.org/job/Creadur/job/Creadur-Tentacles/badge/icon)](https://ci-builds.apache.org/job/Creadur/job/Creadur-Tentacles/)
-[![Travis Build Status](https://app.travis-ci.com/apache/creadur-tentacles.svg?branch=master)](https://app.travis-ci.com/apache/creadur-tentacles)
 
 # Running with at least JDK8
 
diff --git a/pom.xml b/pom.xml
index dbc2256..fe78ccf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -329,7 +329,6 @@
           <version>${apacheRatVersion}</version>
           <configuration>
             <excludes>
-              <exclude>.travis.yml</exclude>
               <exclude>README*</exclude>
               <exclude>src/main/resources/licenses/*</exclude>
             </excludes>