Skip to content

Commit 6006fae

Browse files
authored
doc: use GitHub Actions badge (#36)
Because now we use GitHub Actions instead of Travis CI.
1 parent 1d39ac3 commit 6006fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Enumerable::Statistics
22

3-
[![Build Status](https://travis-ci.org/mrkn/enumerable-statistics.svg?branch=master)](https://travis-ci.org/mrkn/enumerable-statistics)
3+
[![Build Status](https://github.com/red-data-tools/enumerable-statistics/actions/workflows/ci.yml/badge.svg)](https://github.com/red-data-tools/enumerable-statistics/actions/workflows/ci.yml)
44

55
Enumerable::Statistics provides some methods to calculate statistical summary in arrays and enumerables.
66

0 commit comments

Comments
 (0)