travis config

This commit is contained in:
Christopher Mosher 2013-11-12 16:24:54 -05:00
parent 29f0a832a5
commit 10e548961a

View File

@ -2,7 +2,7 @@ language: cpp
compiler: compiler:
- gcc - gcc
install: 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 update
- sudo apt-get install libsdl2 - sudo apt-get install libsdl2
before_script: ./bootstrap before_script: ./bootstrap