diff --git a/.gitignore b/.gitignore index 8f1f00f3..0309a519 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.travis.yaml b/.travis.yaml new file mode 100644 index 00000000..aafbbd1d --- /dev/null +++ b/.travis.yaml @@ -0,0 +1,2 @@ +script: ./autogen.sh && ./configure && make && make check +language: c