added Travis CI .travis.yml

This commit is contained in:
Tim Ruehsen
2014-02-02 17:11:28 +01:00
parent 1ee622d986
commit aedc1715da

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: c
compiler:
- gcc
- clang
# Change this to your needs
script: ./configure && make