From 488369e085c57ac2c1545aa432315fbb742def28 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Mon, 5 Mar 2018 00:42:53 +0000 Subject: [PATCH] Add placeholder for tests on travis-ci.org --- .travis.yml | 7 +++++++ test/test_helper.bash | 0 2 files changed, 7 insertions(+) create mode 100644 .travis.yml create mode 100644 test/test_helper.bash diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..15f5270 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +sudo: false +install: git clone https://github.com/sstephenson/bats.git +script: bats/bin/bats --tap test +language: c +notifications: + email: + on_success: never diff --git a/test/test_helper.bash b/test/test_helper.bash new file mode 100644 index 0000000..e69de29