From 48356f96ce05948a046d0732dedda66b3e0b69c8 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Tue, 9 Sep 2014 23:13:56 -0400 Subject: [PATCH] Add config for Travis CI to run the tests automatically. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..68efeb5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: c +compiler: + - gcc +script: script/runtests.sh +before_install: script/bootstrap.sh