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-email.git


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

commit 346eb0d07ac42ce2f4d1d87a0e49c485d2f20751
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Sep 29 14:30:49 2022 -0400

    Replace Travis-CI badge with GitHub Actions CI
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 2e456ff..c5bc779 100644
--- a/README.md
+++ b/README.md
@@ -43,12 +43,12 @@
 Apache Commons Email
 ===================
 
-[![Build 
Status](https://travis-ci.org/apache/commons-email.svg?branch=trunk)](https://travis-ci.org/apache/commons-email)
+[![GitHub Actions 
Status](https://github.com/apache/commons-email/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-email/actions)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-email/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-email/?gav=true)
-[![CodeQL](https://github.com/apache/commons-email/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-email/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
-
+[![CodeQL](https://github.com/apache/commons-email/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-email/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
 
-Apache Commons Email aims to provide an API for sending email. It is built on 
top of
+
+Apache Commons Email aims to provide an API for sending email. It is built on 
top of
         the JavaMail API, which it aims to simplify.
 
 Documentation

Reply via email to