travis config

This commit is contained in:
Christopher Mosher 2013-11-12 16:11:55 -05:00
parent 348fc32967
commit 29f0a832a5

View File

@ -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