diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1eaa4a9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +install: git clone https://github.com/sstephenson/bats.git +script: bats/bin/bats --tap test +language: c +notifications: + email: + on_success: never