Skip to content

Commit

Permalink
Another go at fixing the travis build script.
Browse files Browse the repository at this point in the history
modified:   .travis.yml
  • Loading branch information
Mark Cottman-Fields committed Feb 18, 2013
1 parent 69c42dd commit 1264cd9
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 @@ -15,13 +15,16 @@ gemfile:
- Gemfile
before_install:
- echo "Installing audio tools."
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 16126D3A3E5C1192
- sudo apt-get update -qq
- sudo apt-get install -qq ffmpeg mp3splt sox wavpack --fix-missing
- sudo apt-get install -qq libav-tools ffmpeg mp3splt sox wavpack --fix-missing
- echo "Testing for audio tools."
- avconv -version
- ffmpeg -version
- mp3splt -version
- sox --version
- wvunpack
- wvunpack --help
- echo "Before install done."
script:
# - ls -la
Expand Down

0 comments on commit 1264cd9

Please sign in to comment.