Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-support.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Tombol <zoltan.tombol@gmail.com>2016-02-27 02:28:24 +0300
committerZoltan Tombol <zoltan.tombol@gmail.com>2016-02-27 02:28:24 +0300
commit0d6a7df5c29fcb9e2948affe8d9305c968c8f247 (patch)
treef37cde44e15c2441168060d3cb7387d2b64b1cac
parent850bd646aa186057fca93cccf6e34f68d8b1b93d (diff)
Add build status and licence badge
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 606c5e8..4837ced 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# bats-core
+[![GitHub license](https://img.shields.io/badge/license-CC0-blue.svg)](https://raw.githubusercontent.com/ztombol/bats-core/master/LICENSE)
+[![Build Status](https://travis-ci.org/ztombol/bats-core.svg?branch=master)](https://travis-ci.org/ztombol/bats-core)
+
`bats-core` is a supporting library providing common functions to test
helper libraries written for [Bats][bats].