Add .travis.yml

This commit is contained in:
Yamashita Yuu
2014-01-18 18:21:01 +09:00
parent dcd3b12a97
commit 5e36ec7b51

6
.travis.yml Normal file
View File

@@ -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