From 0f4c1208bafdaf7c00cad094b18e1d01978f1bdb Mon Sep 17 00:00:00 2001 From: Valentin Ochs Date: Sat, 14 Jan 2017 12:20:29 +0100 Subject: [PATCH] Install libsdl2 for travis --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7705965..73fa185 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,8 @@ compiler: - clang matrix: - #include: - # - compiler: gcc - # - compiler: clang - allow_failures: + include: + - compiler: gcc - compiler: clang #branches: @@ -18,7 +16,7 @@ matrix: before_install: - sudo apt-get update -qq # UPDATE REPOS - - sudo apt-get install -y -qq libopenal-dev + - sudo apt-get install -y -qq libopenal-dev libsdl2-dev script: # ALL THE BUILD COMMANDS HERE