Skip to content

Commit

Permalink
install ffmpeg before ci run
Browse files Browse the repository at this point in the history
  • Loading branch information
codez committed Oct 16, 2019
1 parent 21914b5 commit 36dc095
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ cache: bundler
services:
- postgresql

before_install:
- sudo apt-get update
- sudo apt-get install -y ffmpeg;

before_script:
- psql -c 'create database raar_test;' -U postgres
- psql -c 'create database airtime_test;' -U postgres
Expand Down

0 comments on commit 36dc095

Please sign in to comment.