From 6252b1245300da2a0a7a1f683ca51c33cbd1313b Mon Sep 17 00:00:00 2001 From: Chris Felegy Date: Mon, 5 Nov 2018 17:37:50 -0500 Subject: [PATCH] meta: add build status badge --- README.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index e987199..fb43663 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,18 @@ -# gavalink -[![](https://godoc.org/github.com/foxbot/gavalink?status.svg)](http://godoc.org/github.com/foxbot/gavalink) - -[lavalink] wrapper for Go - -## Requirements - -- Go 1.10+ -- Lavalink v3+ - -## License - -Licensed under ISC. See the [full license]. - - -[lavalink]: https://github.com/Frederikam/Lavalink -[full license]: LICENSE.md \ No newline at end of file +# gavalink +[![](https://godoc.org/github.com/foxbot/gavalink?status.svg)](http://godoc.org/github.com/foxbot/gavalink) +[![Build Status](https://travis-ci.com/foxbot/gavalink.svg?branch=master)](https://travis-ci.com/foxbot/gavalink) + +[lavalink] wrapper for Go + +## Requirements + +- Go 1.10+ +- Lavalink v3+ + +## License + +Licensed under ISC. See the [full license]. + + +[lavalink]: https://github.com/Frederikam/Lavalink +[full license]: LICENSE.md