From 10e548961a1ae996a22f7429b67663d46f696c43 Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Tue, 12 Nov 2013 16:24:54 -0500 Subject: [PATCH] travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d06b831..bdfa903 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: cpp compiler: - gcc install: - - sudo add-apt-repository --yes ppa:brandontschaefer/sdl-mir-support + - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse" - sudo apt-get update - sudo apt-get install libsdl2 before_script: ./bootstrap