1
0
Fork 0

add travis config

This commit is contained in:
Timo Schilling 2012-07-19 21:16:54 +02:00
parent 5b025022d6
commit ef50e4208b
1 changed files with 3 additions and 0 deletions

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: c
before_script: "bash -c 'cd UnitTests/HttpInterface && bundle'"
script: "./configure && make && ./unittests.sh"