Epple-II/.travis.yml
Christopher Mosher 36eab22e9f config travis
2013-11-12 15:49:27 -05:00

7 lines
125 B
YAML

language: cpp
compiler:
- gcc
install: sudo apt-get install libsdl2
before_script: ./bootstrap
script: ./configure && make