readme: Add Build and Coverage badges

This commit is contained in:
Daniel Oaks 2016-01-17 18:50:59 +10:00
parent a9108e4090
commit 50d81c7e68

@ -2,6 +2,12 @@
This is an IRC library for Go, pretty similar to the [original Python version](https://github.com/DanielOaks/girc).
---
[![Build Status](https://travis-ci.org/DanielOaks/girc-go.svg?branch=master)](https://travis-ci.org/DanielOaks/girc-go) [![Coverage Status](https://coveralls.io/repos/DanielOaks/girc-go/badge.svg?branch=master&service=github)](https://coveralls.io/github/DanielOaks/girc-go?branch=master)
---
This package is still in its early stages.
An example bot that uses this package can be found [here](https://gist.github.com/DanielOaks/cbbc957e8dba39f59d9e).