From 45c039801916713e4066644086de4d4940d5fa1d Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 19 Jun 2021 22:32: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 36f3da24..56802e45 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pokémon Yellow [![Build Status][travis-badge]][travis] +# Pokémon Yellow [![Build Status][ci-badge]][ci] This is a disassembly of Pokémon Yellow. @@ -36,5 +36,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/pokeyellow -[travis-badge]: https://travis-ci.org/pret/pokeyellow.svg?branch=master +[ci]: https://github.com/pret/pokeyellow/actions +[ci-badge]: https://github.com/pret/pokeyellow/actions/workflows/main.yml/badge.svg -- cgit v1.3.1-sl0p