meta: add build status badge
This commit is contained in:
parent
53ed8491f9
commit
6252b12453
35
README.md
35
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
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue