diff options
author | yenatch <yenatch@gmail.com> | 2018-01-21 12:56:23 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-01-21 12:57:41 -0500 |
commit | 745985612e4ea89753d3218f3baaa1b255a67a97 (patch) | |
tree | 17f1eb5658bc9f3d8e5fec92e8feac73fd8b6f34 | |
parent | 0db23bc215000bbad41968ba5a650e55f86ceb71 (diff) |
travis badge
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,12 +1,14 @@ # Pokémon Emerald +[![Build Status][travis-badge]][travis] + This is a disassembly of Pokémon Emerald. It builds the following rom: * pokeemerald.gba `sha1: f3ae088181bf583e55daf962a92bb46f4f1d07b7` -To set up the repository, see [**INSTALL.md**](INSTALL.md). +To set up the repository, see [INSTALL.md](INSTALL.md). ## See also @@ -32,3 +34,5 @@ To set up the repository, see [**INSTALL.md**](INSTALL.md). [pokefirered]: https://github.com/pret/pokefirered [Discord]: https://discord.gg/cJxDDVP [irc]: https://kiwiirc.com/client/irc.freenode.net/?#pret +[travis]: https://travis-ci.org/pret/pokeemerald +[travis-badge]: https://travis-ci.org/pret/pokeemerald.svg?branch=master |