Merge pull request #256 from saimn/fix-ffmpeg

Fix install of ffmpeg since Travis upgrade to trusty
This commit is contained in:
Simon Conseil
2017-09-02 23:40:05 +02:00
committed by GitHub

View File

@@ -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