mirror of https://github.com/kivy/kivy.git
remove comment or travis.yml wont be parsed
This commit is contained in:
parent
9e1bc492a8
commit
c3d6292ac9
|
@ -63,7 +63,6 @@ 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;
|
||||
|
|
Loading…
Reference in New Issue