1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 12:38:26 +02:00

Hook up Travis CI

This commit is contained in:
Sam Stephenson 2013-10-28 15:04:21 -05:00
parent 2e2477881b
commit c36ad10d8c

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: c
script: bin/bats --tap test
notifications:
email:
on_success: never