Travis CI integration

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2014-09-17 05:51:45 +02:00
parent bd9c8ddda6
commit 26bc0716b7

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
# Travis CI integration
language: c
compiler:
- gcc
script: ./configure && make