add travis config file

This commit is contained in:
Christopher Mosher 2013-11-12 15:38:32 -05:00
parent 87290dcc19
commit 63af3f1db7

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: cpp
compiler:
- gcc
- clang
# Change this to your needs
before_script: ./bootstrap
script: ./configure && make