From d9e10fdaf8199156074f720f374214aaa1e89fbe Mon Sep 17 00:00:00 2001 From: Jacob Kiesel Date: Wed, 8 Mar 2017 08:25:39 -0700 Subject: [PATCH] Fix up travis This should fix our travis builds. Documentation for sourceforge downloads found at: https://sourceforge.net/p/forge/documentation/Downloading%20files%20via%20the%20command%20line/#download-ninja --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f728671..205dfdb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - wget -q https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz - wget -q https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz - wget -q https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.1.tar.gz -- wget -q https://cytranet.dl.sourceforge.net/project/sdl2gfx/SDL2_gfx-1.0.1.tar.gz +- wget -q -O SDL2_gfx-1.0.1.tar.gz https://sourceforge.net/projects/sdl2gfx/files/SDL2_gfx-1.0.1.tar.gz/download - tar xzf SDL2_ttf-*.tar.gz - tar xzf SDL2_image-*.tar.gz - tar xzf SDL2_mixer-*.tar.gz