Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Add audio_monster travis deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Karman committed Mar 9, 2018
1 parent ffaa7a8 commit e687c7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ rvm:
- "2.3.1"
bundler_args: --without development
before_install:
- sudo add-apt-repository ppa:jonathonf/ffmpeg -y
- sudo apt-get update -qq
- sudo apt-get install -qq libsndfile1-dev
- sudo apt-get install -qq libsndfile1-dev libsox-fmt-all lame mp3val sox twolame
- sudo apt-get install -qq ffmpeg
before_script:
- psql -c 'create database fixer_prx_org_test;' -U postgres
env:
Expand Down

0 comments on commit e687c7c

Please sign in to comment.