This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
The following commit(s) were added to refs/heads/master by this push:
new 6a642b8 RAT-312: Do not use Travis anymore
6a642b8 is described below
commit 6a642b8bec799a6214bd22dae217d6a7aaf13fbe
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Oct 20 12:02:22 2022 +0200
RAT-312: Do not use Travis anymore
---
.travis.yml | 11 -----------
README.md | 1 -
pom.xml | 1 -
3 files changed, 13 deletions(-)
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
[](https://ci-builds.apache.org/job/Creadur/job/Creadur-Tentacles/)
-[](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>