Skip to content

Commit

Permalink
try stubbing mplayer/ffmpeg in filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Mar 1, 2015
1 parent 7fec6ec commit 0735675
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ rvm:
- ruby-head

before_install:
# - sudo apt-get update -qq
# - sudo apt-get install -qq -y mplayer ffmpeg
# stub mplayer/ffmpeg so it looks like they are installed
- mkdir ~/bin
- touch ~/bin/mplayer ~/bin/ffmpeg
- chmod +x ~/bin/mplayer ~/bin/ffmpeg
- export PATH=~/bin:$PATH

matrix:
allow_failures:
Expand Down

0 comments on commit 0735675

Please sign in to comment.