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:
authorMartin Schulze <martin.schulze@vireso.de>2022-03-04 09:28:00 +0300
committerMartin Schulze <martin.schulze@vireso.de>2022-03-04 09:28:00 +0300
commitd90abca995698aa60226004cf4e80dfdc3855fb7 (patch)
tree65e6cba79d855b4b845584740b413d5426184d9e /README.md
parent6e339fe3b46238bbb02a863e4825e66e5257880a (diff)
Migrate CI to GitHub Actions
as travis' free tier was discontinued
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a51d031..0554349 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
[![GitHub license](https://img.shields.io/badge/license-CC0-blue.svg)](https://raw.githubusercontent.com/bats-core/bats-support/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/bats-core/bats-support.svg)](https://github.com/bats-core/bats-support/releases/latest)
-[![Build Status](https://travis-ci.org/bats-core/bats-support.svg?branch=master)](https://travis-ci.org/bats-core/bats-support)
+[![Build Status](https://github.com/bats-core/bats-support/workflows/Tests/badge.svg)](https://github.com/bats-core/bats-support/actions?query=workflow%3ATests)
+
`bats-support` is a supporting library providing common functions to
test helper libraries written for [Bats][bats].