1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-11-17 03:32:27 +01:00

Add Travis CI support

This commit is contained in:
Henrique Moody 2013-10-25 14:13:04 -02:00
parent df4def2e67
commit 0b54b2be58
2 changed files with 6 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language:
- bash
script:
- ./bin/bats test/

View File

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