From 96fbeea5f64fbf7fa84920bfae44ce749563b180 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Tue, 21 May 2013 09:22:13 +0200 Subject: [PATCH] Added support for Travis CI --- .gitignore | 1 + .travis.yaml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .travis.yaml 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