Skip to content

Commit 5a14bc4

Browse files
📚 docs(README): Fix travis-ci badge.
1 parent 38bb3f0 commit 5a14bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sorted(["ab", "cd"], increasing); // acbd
1919

2020
[![License](https://img.shields.io/github/license/aureooms/js-topological-sorting.svg)](https://raw.githubusercontent.com/aureooms/js-topological-sorting/main/LICENSE)
2121
[![Version](https://img.shields.io/npm/v/@aureooms/js-topological-sorting.svg)](https://www.npmjs.org/package/@aureooms/js-topological-sorting)
22-
[![Build](https://img.shields.io/travis/aureooms/js-topological-sorting/main.svg)](https://travis-ci.org/aureooms/js-topological-sorting/branches)
22+
[![Build](https://img.shields.io/travis/aureooms/js-topological-sorting/main.svg)](https://travis-ci.com/aureooms/js-topological-sorting/branches)
2323
[![Dependencies](https://img.shields.io/david/aureooms/js-topological-sorting.svg)](https://david-dm.org/aureooms/js-topological-sorting)
2424
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-topological-sorting.svg)](https://david-dm.org/aureooms/js-topological-sorting?type=dev)
2525
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-topological-sorting.svg)](https://github.com/aureooms/js-topological-sorting/issues)

0 commit comments

Comments
 (0)