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

pull/636/head
Nolan Lawson 2018-11-11 16:37:19 -08:00 zatwierdzone przez GitHub
rodzic bf0812df6a
commit 31c6f152c1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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