From 0ea67f9939542cf0fb5e3258766af73cfc6a9544 Mon Sep 17 00:00:00 2001 From: Dario Ostuni Date: Sat, 23 Sep 2017 21:56:01 +0200 Subject: [PATCH] One test unrelated to this PR was failing when using a SDL2 host version 2.0.6 Reverting to SDL2 2.0.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5d5bb257..2150a75a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ os: - linux - osx install: -- 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 - tar xzf sdl2.tar.gz - pushd SDL2-* && ./configure && make && sudo make install && popd - wget -q https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz