diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-10 19:48:34 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-10 19:48:34 -0500 |
| commit | 8f964f4bcada90e092da2645511f711fb994c2bd (patch) | |
| tree | cd5d577720d7cdbcd06172e72d08570b06770c40 /pokeworld/pokebot | |
| parent | cf2083adaa080af00ef98d3946b8c66bfac1ddba (diff) | |
| download | pokeworld-website-8f964f4bcada90e092da2645511f711fb994c2bd.tar.gz pokeworld-website-8f964f4bcada90e092da2645511f711fb994c2bd.tar.bz2 pokeworld-website-8f964f4bcada90e092da2645511f711fb994c2bd.zip | |
Auto stash before merge of "master" and "origin/master"
Diffstat (limited to 'pokeworld/pokebot')
| -rw-r--r-- | pokeworld/pokebot/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pokeworld/pokebot/index.html b/pokeworld/pokebot/index.html index 9de84b5..d86520f 100644 --- a/pokeworld/pokebot/index.html +++ b/pokeworld/pokebot/index.html @@ -31,9 +31,10 @@ <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 than the random things we put on the main branch.</p> <p></p> - <h2>Continuous Intergration Badges (TravisCI)</h2> + <h2>Continuous Intergration Badges (TravisCI, CircleCI)</h2> <p>Our friends at travis have tested the compiling of commands to look for bugs. The badge shows if it has passed or failed the test.</p> <a href="https://travis-ci.org/PokeWorld/PokeBot"><img src="https://travis-ci.org/PokeWorld/PokeBot.svg?branch=master"></a> + <a href="https://circleci.com/gh/PokeWorld/PokeBot"><img src="(https://circleci.com/gh/PokeWorld/PokeBot.svg?style=svg"></a> <h2>Changelog</h2> <ul> <li>v0.3.5 - A bunch of BugFixes and forcedrop command.</li> |
