remove comment or travis.yml wont be parsed

This commit is contained in:
Mathieu Virbel 2019-02-22 02:20:33 +01:00
parent 9e1bc492a8
commit c3d6292ac9
1 changed files with 0 additions and 1 deletions

View File

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