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:31:32 UTC

[commons-fileupload] 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-fileupload.git


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

commit bdf0e3e017686ce8c9e53edb2d17c13ca86c1244
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 29 14:31:28 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 1175aea..16dce4f 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@
 Apache Commons FileUpload
 ===================
 
-[![Build Status](https://travis-ci.org/apache/commons-fileupload.svg?branch=master)](https://travis-ci.org/apache/commons-fileupload)
+[![GitHub Actions Status](https://github.com/apache/commons-fileupload/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-fileupload/actions)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-fileupload/commons-fileupload/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-fileupload/commons-fileupload/?gav=true)
 [![CodeQL](https://github.com/apache/commons-fileupload/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-fileupload/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)