From 0b54b2be58833fc23c67d56b446f49cac67ca357 Mon Sep 17 00:00:00 2001 From: Henrique Moody Date: Fri, 25 Oct 2013 14:13:04 -0200 Subject: [PATCH] Add Travis CI support --- .travis.yml | 5 +++++ README.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 .travis.yml 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