From a5c0da9bbebb1b5703778d83d147e262055cd46c Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 19 Jun 2021 22:27:15 -0400 Subject: Switch from Travis CI to GitHub Actions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 78fab5ca..3924fdd2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pokémon Red and Blue [![Build Status][travis-badge]][travis] +# Pokémon Red and Blue [![Build Status][ci-badge]][ci] This is a disassembly of Pokémon Red and Blue. @@ -37,5 +37,5 @@ Other disassembly projects: [pokeemerald]: https://github.com/pret/pokeemerald [discord]: https://discord.gg/d5dubZ3 [irc]: https://kiwiirc.com/client/irc.freenode.net/?#pret -[travis]: https://travis-ci.org/pret/pokered -[travis-badge]: https://travis-ci.org/pret/pokered.svg?branch=master +[ci]: https://github.com/pret/pokered/actions +[ci-badge]: https://github.com/pret/pokered/actions/workflows/main.yml/badge.svg -- cgit v1.3.1-sl0p