From 9e1bc492a89683602bc0d2ad447b1417f2895324 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 22 Feb 2019 02:10:16 +0100 Subject: [PATCH] bionic not available on travis, so use a ppa that have latest sdl2 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5bdba6a9a..e8cef7abc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,8 @@ 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; sudo apt-get -y install libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-mixer-dev;