Added support for Travis CI

This commit is contained in:
Pieter Hintjens 2013-05-21 09:22:13 +02:00
parent 26b182fe76
commit 96fbeea5f6
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -42,6 +42,7 @@ tests/test_connect_resolve
tests/test_connect_delay
tests/test_term_endpoint
tests/test_router_mandatory
tests/test_disconnect_inproc
src/platform.hpp*
src/stamp-h1
perf/local_lat

2
.travis.yaml Normal file
View File

@ -0,0 +1,2 @@
script: ./autogen.sh && ./configure && make && make check
language: c