Skip to content

Commit 6daeee9

Browse files
committed
Upgrade SDL version for Travis builds
1 parent 0668a22 commit 6daeee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ env:
1111
- LD_LIBRARY_PATH: /usr/local/lib
1212
install:
1313
- cd ..
14-
- time wget -q http://www.libsdl.org/release/SDL2-2.0.5.tar.gz
15-
- time wget -q http://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz
16-
- time wget -q http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz
14+
- time wget -q http://www.libsdl.org/release/SDL2-2.0.10.tar.gz
15+
- time wget -q http://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.5.tar.gz
16+
- time wget -q http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz
1717
- time tar xf SDL2-*.tar.gz
1818
- time tar xf SDL2_image-*.tar.gz
1919
- time tar xf SDL2_ttf-*.tar.gz

0 commit comments

Comments
 (0)