diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d53b7a7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: + - bash + +script: + - ./bin/bats test/ diff --git a/README.md b/README.md index f581169..1164ee2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Bats: Bash Automated Testing System +[![Build Status](https://travis-ci.org/sstephenson/bats.png?branch=master)](https://travis-ci.org/sstephenson/bats) Bats is a [TAP](http://testanything.org/)-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs