This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git
The following commit(s) were added to refs/heads/master by this push:
new 15c813b Update build badge in README to GitHub Actions
15c813b is described below
commit 15c813b90b1b86fb111536994901e50a9050eae2
Author: Steve Lawrence <[email protected]>
AuthorDate: Mon Apr 27 11:41:18 2020 -0400
Update build badge in README to GitHub Actions
Commit c08b802206 removed the TravisCI configuration in favor of GitHub
Actions, but missed the README badge. This updates that badge since
TravisCI builds no longer happen.
DAFFODIL-2307
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index cab2234..533236d 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
-->
[<img
src="https://daffodil.apache.org/assets/themes/apache/img/apache-daffodil-logo.svg"
height="85" align="left" alt="Apache Daffodil"/>][Website]
-[<img src="https://img.shields.io/travis/apache/incubator-daffodil/master.svg"
align="right"/>][TravisCI]
+[<img
src="https://img.shields.io/github/workflow/status/apache/incubator-daffodil/Daffodil%20CI/master.svg"
align="right"/>][GitHub Actions]
<br clear="right" />
[<img
src="https://img.shields.io/codecov/c/github/apache/incubator-daffodil/master.svg"
align="right"/>][CodeCov]
<br clear="right" />
@@ -122,6 +122,6 @@ the ASF.
[Open Grid Forum]: http://www.ogf.org
[Releases]: http://daffodil.apache.org/releases/
[SBT]: http://www.scala-sbt.org
-[TravisCI]: https://travis-ci.org/apache/incubator-daffodil
+[Github Actions]:
https://github.com/apache/incubator-daffodil/actions?query=branch%3Amaster+
[Website]: https://daffodil.apache.org
[sbt-scoverage]: https://github.com/scoverage/sbt-scoverage