From ef50e4208bff1ff5b901b52d8a92387a6298cef5 Mon Sep 17 00:00:00 2001 From: Timo Schilling Date: Thu, 19 Jul 2012 21:16:54 +0200 Subject: [PATCH] add travis config --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..c2b0f0deb8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: c +before_script: "bash -c 'cd UnitTests/HttpInterface && bundle'" +script: "./configure && make && ./unittests.sh"