aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 23:00:22 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 23:00:22 +0300
commitf490a805550eb30e2cbcd4bd6a3dfa1e6f62e52b (patch)
treea8dcb541a20a30d71247571c13febefc9d85f960
parentcopy the 3.4 workaround from vk-scripts (diff)
downloadsorting-algorithms-f490a805550eb30e2cbcd4bd6a3dfa1e6f62e52b.tar.gz
sorting-algorithms-f490a805550eb30e2cbcd4bd6a3dfa1e6f62e52b.zip
README update
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c27fdb..9cc961d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Sorting algorithms
==================
-[![Travis (.com) branch](https://img.shields.io/travis/com/egor-tensin/sorting-algorithms/master?label=Travis)](https://travis-ci.com/egor-tensin/sorting-algorithms)
+[![Test](https://github.com/egor-tensin/sorting-algorithms/workflows/Test/badge.svg)](https://github.com/egor-tensin/sorting-algorithms/actions?query=workflow%3ATest)
Gettting the hang out of (sorting) algorithms.
See also https://egor-tensin.github.io/sorting-algorithms/.