We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a91224 commit 0ea67f9Copy full SHA for 0ea67f9
.travis.yml
@@ -8,7 +8,7 @@ os:
8
- linux
9
- osx
10
install:
11
-- wget https://www.libsdl.org/release/SDL2-2.0.6.tar.gz -O sdl2.tar.gz
+- wget https://www.libsdl.org/release/SDL2-2.0.5.tar.gz -O sdl2.tar.gz
12
- tar xzf sdl2.tar.gz
13
- pushd SDL2-* && ./configure && make && sudo make install && popd
14
- wget -q https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz
0 commit comments