Enable TravisCI building

This commit is contained in:
Akinari1087 2013-08-29 20:35:46 -04:00
parent cd9a776f23
commit fb74928700

19
.travis.yml Normal file
View File

@ -0,0 +1,19 @@
language: c
compiler:
- clang
- gcc
before_script:
- uname -a
script:
- ./configure && make sql
- make clean
- ./configure --enable-prere && make sql
notifications:
email: false
branches:
only:
- master