From c3d6292ac935a4b91dd90390a556801964f42234 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 22 Feb 2019 02:20:33 +0100 Subject: [PATCH] remove comment or travis.yml wont be parsed --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8cef7abc..33ea81ba3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,6 @@ before_install: install: - if [ "${TRAVIS_OS_NAME}" == "linux" ] && [ "${RUN}" != "wheels" ]; then if [ "${RUN}" != "pep8" ]; then - # previously ppa:zoogie/sdl2-snapshots, but we need SDL2_image >= 2.0.5 yes | sudo add-apt-repository ppa:vict1971/qtsky; yes | sudo add-apt-repository ppa:gstreamer-developers/ppa; sudo apt-get update;