Remove PPA to make travis build fail

This commit is contained in:
Dmitry Marakasov 2018-01-22 20:58:40 +03:00
parent 3e2acd191b
commit 3d02f10a77

View File

@ -15,7 +15,6 @@ matrix:
- compiler: clang - compiler: clang
env: CXXSTD=c++1y BUILD_STATIC=yes env: CXXSTD=c++1y BUILD_STATIC=yes
before_install: before_install:
- sudo add-apt-repository --yes ppa:zoogie/sdl2-snapshots
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq cmake libsdl2-dev cppcheck doxygen pulseaudio - sudo apt-get install -qq cmake libsdl2-dev cppcheck doxygen pulseaudio
- sudo sed -i -e '/using ::gets/ d' /usr/include/c++/4.8/cstdio # build failure with clang/c++1y - sudo sed -i -e '/using ::gets/ d' /usr/include/c++/4.8/cstdio # build failure with clang/c++1y