Epple-II/.travis.yml
Christopher Mosher 348fc32967 update travis
2013-11-12 16:08:04 -05:00

9 lines
201 B
YAML

language: cpp
compiler:
- gcc
install:
- sudo add-apt-repository --yes ppa:brandontschaefer/sdl-mir-support
- sudo apt-get install libsdl2
before_script: ./bootstrap
script: ./configure && make