diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-19 22:32:15 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-06-19 22:32:15 -0400 |
| commit | 45c039801916713e4066644086de4d4940d5fa1d (patch) | |
| tree | 937e1853e3c7e82c9cbfa85fd91d70ae45424593 /README.md | |
| parent | Merge pull request #68 from SnorlaxMonster/roar-teleport-comment-fix (diff) | |
| download | pokeyellow-45c039801916713e4066644086de4d4940d5fa1d.tar.gz pokeyellow-45c039801916713e4066644086de4d4940d5fa1d.tar.xz pokeyellow-45c039801916713e4066644086de4d4940d5fa1d.zip | |
Switch from Travis CI to GitHub Actions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
