From 50d81c7e68bbb656ea068e9166e1ad41361b6bf2 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sun, 17 Jan 2016 18:50:59 +1000 Subject: [PATCH] readme: Add Build and Coverage badges --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2115175..a1fd9eb 100644 --- a/README.md +++ b/README.md @@ -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).