You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/29 18:36:26 UTC

[commons-validator] branch master updated: Replace Travis-CI badge with GitHub Actions CI

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new 8af28900 Replace Travis-CI badge with GitHub Actions CI
8af28900 is described below

commit 8af28900eb2eb52c701f6c642ddc9e117ef271b7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 29 14:36:22 2022 -0400

    Replace Travis-CI badge with GitHub Actions CI
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4c7a064c..68a971a8 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@
 Apache Commons Validator
 ===================
 
-[![Build Status](https://travis-ci.org/apache/commons-validator.svg)](https://travis-ci.org/apache/commons-validator)
+[![GitHub Actions Status](https://github.com/apache/commons-validator/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-validator/actions)
 [![Coverage Status](https://codecov.io/gh/apache/commons-validator/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-validator)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-validator/commons-validator/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-validator/commons-validator/?gav=true)
 [![Javadocs](https://javadoc.io/badge/commons-validator/commons-validator/1.7.svg)](https://javadoc.io/doc/commons-validator/commons-validator/1.7)