From 348fc329670bc59cfaf3002f9f39814f6d0e939f Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Tue, 12 Nov 2013 16:08:04 -0500 Subject: [PATCH] update travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01d887f..ba86dec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: cpp compiler: - gcc -install: sudo apt-get install libsdl2 +install: + - sudo add-apt-repository --yes ppa:brandontschaefer/sdl-mir-support + - sudo apt-get install libsdl2 before_script: ./bootstrap script: ./configure && make