Epple-II/.travis.yml
Christopher A. Mosher 6008287d57 add travis build
2017-09-09 17:43:57 -04:00

12 lines
162 B
YAML

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