chore(travis): try to speed up ffmpeg install (#635)

This commit is contained in:
Nolan Lawson 2018-11-11 16:37:19 -08:00 committed by GitHub
parent bf0812df6a
commit 31c6f152c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ echo PING | nc localhost 6379 # check redis running
# install ffmpeg from PPA because it's not in Trusty
sudo -E add-apt-repository -y ppa:mc3man/trusty-media
sudo -E apt-get update
sudo -E apt-get install -y ffmpeg
sudo -E apt-get install -yq --no-install-suggests --no-install-recommends ffmpeg
# check versions
ruby --version