diff options
| -rw-r--r-- | pokebot/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pokebot/index.html b/pokebot/index.html index f53b887..90ac9d0 100644 --- a/pokebot/index.html +++ b/pokebot/index.html @@ -30,6 +30,8 @@ <h2>Download</h2> <p>If you are looking for all the newest features but don't care about how stable it is, pick up a copy on our <a href="https://github.com/PokeWorld/PokeBot">GitHub</a>. Otherwise, you can get a <a href="https://github.com/PokeWorld/PokeBot/releases">release</a> which are proven to be a lot more stable then the random things we put on the main branch.</p> <p></p> + <h2>Continuous Intergration Badges (TravisCI)</h2> + <a href="https://travis-ci.org/PokeWorld/PokeBot"><img src="https://travis-ci.org/PokeWorld/PokeBot.svg?branch=master"></a> <h2>Changelog</h2> <ul> <li>v0.3 - Fun Commands!</li> |
