From 8418da3dabab0030bc37921e2cf64fa3cc2b6fcc Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Wed, 21 Jul 2021 12:01:07 +0200 Subject: [PATCH] README: Update the CI badge Forgot to do this as part of #350, which flipped CI to GitHub Actions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2f0db5..ae27086 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Go-NEB -[![Build Status](https://travis-ci.org/matrix-org/go-neb.svg?branch=master)](https://travis-ci.org/matrix-org/go-neb) +[![Build Status](https://github.com/matrix-org/go-neb/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/matrix-org/go-neb/actions/workflows/ci.yaml) Go-NEB is a [Matrix](https://matrix.org) bot written in Go. It is the successor to [Matrix-NEB](https://github.com/matrix-org/Matrix-NEB), the original Matrix bot written in Python.