add travis build

This commit is contained in:
Christopher A. Mosher 2017-09-09 17:43:57 -04:00
parent 31c805f7fa
commit 6008287d57
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
dist: trusty
sudo: false
language: cpp
compiler:
- gcc
install:
- sudo apt-get install libsdl2
before_script:
- ./bootstrap
script:
- ./configure && make