Added build badge to README
This commit is contained in:
parent
14aec3ae2d
commit
b7c6ecbf35
|
@ -9,8 +9,10 @@ install:
|
|||
- sudo mv ffprobe /usr/local/bin/ffprobe
|
||||
- wget http://downloads.xiph.org/releases/opus/opus-1.0.3.tar.gz
|
||||
- tar xzvf opus-1.0.3.tar.gz
|
||||
- ./opus-1.0.3/configure
|
||||
- make opus-1.0.3
|
||||
- sudo make install opus-1.0.3
|
||||
- cd opus-1.0.3
|
||||
- ./configure
|
||||
- make
|
||||
- sudo make install
|
||||
- cd ..
|
||||
- sudo curl https://yt-dl.org/downloads/2015.07.28/youtube-dl -o /usr/local/bin/youtube-dl
|
||||
- sudo chmod a+rx /usr/local/bin/youtube-dl
|
|
@ -1,4 +1,4 @@
|
|||
MumbleDJ [![Build Status](https://drone.io/github.com/MichaelOultram/mumbledj/status.png)](https://drone.io/github.com/MichaelOultram/mumbledj/latest)
|
||||
MumbleDJ [![Build Status](https://travis-ci.org/MichaelOultram/mumbledj.svg?branch=master)](https://travis-ci.org/MichaelOultram/mumbledj)
|
||||
========
|
||||
**A Mumble bot that plays music fetched from YouTube videos.**
|
||||
|
||||
|
|
Reference in a new issue