Skip to content

Commit 0ea67f9

Browse files
committed
One test unrelated to this PR was failing when using a SDL2 host version 2.0.6
Reverting to SDL2 2.0.5
1 parent 4a91224 commit 0ea67f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ os:
88
- linux
99
- osx
1010
install:
11-
- wget https://www.libsdl.org/release/SDL2-2.0.6.tar.gz -O sdl2.tar.gz
11+
- wget https://www.libsdl.org/release/SDL2-2.0.5.tar.gz -O sdl2.tar.gz
1212
- tar xzf sdl2.tar.gz
1313
- pushd SDL2-* && ./configure && make && sudo make install && popd
1414
- wget -q https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz

0 commit comments

Comments
 (0)