From e4850174ce006d3342e2a4f19d94774b6e0cffc1 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Wed, 5 Jun 2019 00:25:52 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca6e86..8e338c0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ Bumper is a standalone and self-hosted implementation of the central server used **Note:** The current master branch is unstable, and in active development. +| Master Build Status | Status | +|--|--| +|AppVeyor (Win32) | ![AppVeyor](https://img.shields.io/appveyor/ci/bmartin5692/bumper.svg)| +|TravisCI (Linux) | ![Travis (.org)](https://img.shields.io/travis/bmartin5692/bumper.svg)| + +Code Test Coverage: ![Codecov](https://img.shields.io/codecov/c/github/bmartin5692/bumper.svg) + ***Testing needed*** Bumper needs users to assist with testing in order to ensure compatability as bumper moves forward! If you've tested Bumper with your bot, please open an issue with details on success or issues. @@ -79,4 +86,4 @@ Since the original release of Bumper newer bots have been released that use diff #### Archive -The original bumper code base has been branched off as [v0.1.0](https://github.com/bmartin5692/bumper/tree/v0.1.0) and will remain in the original state. This branch *may* work for older models (M81 Pro, N79S, etc.), but the master branch should be tried first as it contains many changes and fixes over the original with active development moving forward. \ No newline at end of file +The original bumper code base has been branched off as [v0.1.0](https://github.com/bmartin5692/bumper/tree/v0.1.0) and will remain in the original state. This branch *may* work for older models (M81 Pro, N79S, etc.), but the master branch should be tried first as it contains many changes and fixes over the original with active development moving forward.