Skip to content

Commit

Permalink
Merge 5ff2bd4 into 6d11a88
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Mar 1, 2015
2 parents 6d11a88 + 5ff2bd4 commit 6eebfd3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
@@ -1,3 +1,5 @@
sudo: false
cache: bundler
language: ruby
rvm:
- 1.8.7
Expand All @@ -9,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 6eebfd3

Please sign in to comment.