From be4c0bda1b0182630c258e5b9c008343d434d248 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 22 Feb 2019 01:52:55 +0100 Subject: [PATCH] use latest sdl2 from bionic, not old snapshots stuck on 2.0.0 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c905864f..5bdba6a9a 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 - yes | sudo add-apt-repository ppa:zoogie/sdl2-snapshots; yes | sudo add-apt-repository ppa:gstreamer-developers/ppa; sudo apt-get update; sudo apt-get -y install libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-mixer-dev;