From 36eab22e9fe747558e331959f98e3f52dbc38e21 Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Tue, 12 Nov 2013 15:49:27 -0500 Subject: [PATCH] config travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b1a023f..01d887f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: cpp compiler: - gcc - - clang -# Change this to your needs +install: sudo apt-get install libsdl2 before_script: ./bootstrap script: ./configure && make