Fixing build errors

This commit is contained in:
MichaelOultram 2015-08-03 22:25:11 +01:00
parent b95aeee62d
commit 004129ad9b

View file

@ -3,9 +3,9 @@ language: go
cache: cache:
directories: directories:
- $HOME/opus - $HOME/opus
- $TRAVIS_BUILD_DIR/.vendor
before_script: before_script:
- export PATH=$PATH:~/bin/
- wget http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz -O /tmp/ffmpeg.tar.xz - wget http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz -O /tmp/ffmpeg.tar.xz
- tar -xvf /tmp/ffmpeg.tar.xz --strip 1 --no-anchored ffmpeg ffprobe - tar -xvf /tmp/ffmpeg.tar.xz --strip 1 --no-anchored ffmpeg ffprobe
- chmod a+rx ffmpeg ffprobe - chmod a+rx ffmpeg ffprobe
@ -17,3 +17,6 @@ before_script:
install: install:
- ls -R $HOME/opus - ls -R $HOME/opus
env:
- PATH=$PATH:~/bin/