From 14fe4949ffd923a0d7840565914db2e33482b575 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Mon, 17 Feb 2020 11:27:03 +1100 Subject: [PATCH] travis: don't add ppa that no longer exists --- .travis/before_install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis/before_install.sh b/.travis/before_install.sh index 20f9388dc..569d5f5bb 100644 --- a/.travis/before_install.sh +++ b/.travis/before_install.sh @@ -8,9 +8,6 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then # FFmpeg 4.x sudo add-apt-repository ppa:jonathonf/ffmpeg-4 -y - # OpenImageIO - sudo add-apt-repository ppa:olive-editor/openimageio -y - # OpenColorIO sudo add-apt-repository ppa:olive-editor/opencolorio -y