diff --git a/.travis.yml b/.travis.yml index 9e89bcf..0fa366f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 94fff05..fd54ba5 100644 --- a/README.md +++ b/README.md @@ -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.**