mirror of https://github.com/kivy/kivy.git
use latest sdl2 from bionic, not old snapshots stuck on 2.0.0
This commit is contained in:
parent
edc22b82d8
commit
be4c0bda1b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue