mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
Add Travis CI support
This commit is contained in:
parent
df4def2e67
commit
0b54b2be58
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
language:
|
||||||
|
- bash
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ./bin/bats test/
|
|
@ -1,4 +1,5 @@
|
||||||
# Bats: Bash Automated Testing System
|
# 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
|
Bats is a [TAP](http://testanything.org/)-compliant testing framework
|
||||||
for Bash. It provides a simple way to verify that the UNIX programs
|
for Bash. It provides a simple way to verify that the UNIX programs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user