From 29f0a832a589c8e89be1ecef6e5be328afdd1768 Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Tue, 12 Nov 2013 16:11:55 -0500 Subject: [PATCH] travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ba86dec..d06b831 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ compiler: - gcc install: - sudo add-apt-repository --yes ppa:brandontschaefer/sdl-mir-support + - sudo apt-get update - sudo apt-get install libsdl2 before_script: ./bootstrap script: ./configure && make