Browse Source

Merge pull request #256 from saimn/fix-ffmpeg

Fix install of ffmpeg since Travis upgrade to trusty
pull/257/head
Simon Conseil 9 years ago committed by GitHub
parent
commit
aaf645fa9a
  1. 2
      .travis.yml

2
.travis.yml

@ -15,6 +15,8 @@ matrix:
before_install:
# Add PPA to get ffmpeg on trusty
- sudo add-apt-repository ppa:mc3man/trusty-media -y
# Dependencies to build PIL
- sudo apt-get update -qq
- sudo apt-get install -qq ubuntu-restricted-extras

Loading…
Cancel
Save