summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-01-21 14:17:50 -0600
committerGitHub <noreply@github.com>2018-01-21 14:17:50 -0600
commita1aa645f2364deffda698b8e0cdc5c961b5306a5 (patch)
tree5dc42474be191002a414287fd589ec1c67ab4f8f
parent852b858571c372ebebbea99dc0ebb8ad2059bca4 (diff)
parent745985612e4ea89753d3218f3baaa1b255a67a97 (diff)
Merge pull request #179 from yenatch/travis
travis badge
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 727f74abf..3ea6c26ef 100644
--- a/README.md
+++ b/README.md
@@ -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