shithub: cstory

Download patch

ref: d3a1e74facd9bf8ef6cf653b06beef1832a0cdd3
parent: 87c8ae2428a9f0fffb68e0b96e9a78ee74064e66
author: Gabriel Ravier <gabravier@gmail.com>
date: Fri Nov 1 14:20:47 EDT 2019

Travis-CI : Attempt to remove manual building from source of SDL2

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>

--- a/.travis.yml
+++ b/.travis.yml
@@ -109,16 +109,6 @@
     # Install required libraries
     - mkdir travisLibs && cd travisLibs
 
-    # Install modern SDL2
-    - SDL2_VERSION=2.0.10
-    - |
-      travis_retry curl -L https://www.libsdl.org/release/SDL2-${SDL2_VERSION}.tar.gz | tar xz
-      cd SDL2-${SDL2_VERSION}
-      ./configure
-      make -j ${JOBS}
-      sudo make install -j ${JOBS}
-      cd ..
-
     # Finished installing required libraries
     - cd ..
 
--