aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Dalziel <33435574+tomdl89@users.noreply.github.com>2021-06-14 21:45:08 +0200
committerGitHub <noreply@github.com>2021-06-14 21:45:08 +0200
commit2fa0d6fb9d3f8d0a6e3d44b7049a3863584e4cbb (patch)
tree8f5c5117b648fa314ecd8e4a3072c58f26fbea9e /README.md
parentad47644eea5e351269f5bead18e713768d96f207 (diff)
Remove travis.yml, add test.yml github workflow (#1474)
* Remove travis.yml, add test.yml github workflow * Add workflow status badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f7f05ab..2b768cc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
![An extensible vi layer for Emacs](https://raw.githubusercontent.com/emacs-evil/evil/master/doc/logo.png)
-[![Build Status](https://travis-ci.org/emacs-evil/evil.svg?branch=master)](https://travis-ci.org/emacs-evil/evil)
+[![Build status](https://github.com/emacs-evil/evil/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-evil/evil/actions/workflows/test.yml)
[![MELPA](https://melpa.org/packages/evil-badge.svg)](https://melpa.org/#/evil)
[![MELPA Stable](https://stable.melpa.org/packages/evil-badge.svg)](https://stable.melpa.org/#/evil)
[![Documentation Status](https://readthedocs.org/projects/evil/badge/?version=latest)](https://evil.readthedocs.io/en/latest/?badge=latest)