From c36ad10d8c4b7f980b2965de5499257de7c07816 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Mon, 28 Oct 2013 15:04:21 -0500 Subject: [PATCH] Hook up Travis CI --- .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..db06d9d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: c +script: bin/bats --tap test +notifications: + email: + on_success: never