This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new b67a525  Uses GH Actions badge instead of Travis one
b67a525 is described below

commit b67a525ef9160be174f51d9b0c7ead2c96d58730
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Thu Oct 13 07:45:59 2022 +0200

    Uses GH Actions badge instead of Travis one
---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 51b4617..4a4103c 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,9 @@
-Struts Examples
----------------
+# Struts Examples
 
 [![Build Status @ 
ASF](https://ci-builds.apache.org/buildStatus/icon?job=Struts%2FStruts-examples-master)](https://ci-builds.apache.org/job/Struts/job/Struts-examples-master/)
-[![Build Status @ 
Travis](https://app.travis-ci.com/apache/struts-examples.svg?branch=master)](https://app.travis-ci.com/apache/struts-examples)
+[![Build Status @ GH 
Actions](https://github.com/apache/struts-examples/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/struts-examples/actions/workflows/maven.yml)
 
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
 
-
 This Maven multi-module project contains all the Struts 2 example applications 
that are part of the Getting Started Struts 2 tutorials at 
http://struts.apache.org.
 
 To build all the example applications run the Maven command:

Reply via email to