use latest sdl2 from bionic, not old snapshots stuck on 2.0.0

This commit is contained in:
Mathieu Virbel 2019-02-22 01:52:55 +01:00
parent edc22b82d8
commit be4c0bda1b
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
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;