changeset 98:f2404211c184

Change Travis CI badge to Github Actions badge in Readme
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 10 Dec 2020 09:07:00 +0100
parents 8e2037dcebe3
children 6594ca027919
files README.md
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Dec 10 09:06:22 2020 +0100
+++ b/README.md	Thu Dec 10 09:07:00 2020 +0100
@@ -1,7 +1,6 @@
 # rex
 
-[![Travis
-CI](https://api.travis-ci.org/dermesser/rex.svg?branch=master)](https://travis-ci.org/dermesser/rex)
+![CI](https://github.com/dermesser/rex/workflows/CI/badge.svg)
 
 rex is a mere playground where I'm trying to write an engine for parsing,
 compiling and matching regular expressions.