bionic not available on travis, so use a ppa that have latest sdl2

This commit is contained in:
Mathieu Virbel 2019-02-22 02:10:16 +01:00
parent be4c0bda1b
commit 9e1bc492a8
1 changed files with 2 additions and 0 deletions

View File

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