README shows Git Action status, instead of the now dead Travis build status. Renamed Git Action to "CI", otherwise it looks odd in the status icon.
diff --git a/.github/workflows/ant.yml b/.github/workflows/ci.yml
similarity index 99%
rename from .github/workflows/ant.yml
rename to .github/workflows/ci.yml
index a1b380c..1fff45a 100644
--- a/.github/workflows/ant.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Ant+Ivy CI
+name: CI
 
 permissions:
   contents: read
diff --git a/README.md b/README.md
index e5f87ac..0eaa6c8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 Apache FreeMarker {version}
 ===========================
 
-[![Build Status](https://travis-ci.org/apache/freemarker.svg?branch=2.3-gae)](https://travis-ci.org/apache/freemarker)
+![Build status](https://github.com/apache/freemarker/actions/workflows/ant.yml/badge.svg)
 
 For the latest version or to report bugs visit:
 https://freemarker.apache.org/