Added a basic travis-ci conf file.

This commit is contained in:
Juan RP 2014-10-04 21:51:08 +02:00
parent 966718bb7d
commit 45891faee4

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: c
compiler:
- gcc
- clang
script: ./configure --enable-debug && make -j16