From 88009ed12f99e153879ec0e229f02d803dd033a6 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Sun, 14 Feb 2016 11:39:44 -0800 Subject: [PATCH] All: Travis trusty upgrade attempt 2 --- .travis-deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis-deps.sh b/.travis-deps.sh index d537a1a27..2a0b30cd8 100755 --- a/.travis-deps.sh +++ b/.travis-deps.sh @@ -3,7 +3,6 @@ if [ $TRAVIS_OS_NAME = "osx" ]; then brew update brew install qt5 ffmpeg imagemagick sdl2 libzip libpng else - sudo add-apt-repository ppa:spvkgn/ffmpeg+mpv -y sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test sudo apt-get update -qq sudo apt-get purge cmake -qq