aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 04:20:24 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-09-30 04:20:24 +0300
commit1dfc858af641a3be76f269a747e3855d1f11f790 (patch)
tree11c908e34c8e846c8cee94b81a425294b2a83eec /README.md
parentadd Travis configuration (diff)
downloadsorting-algorithms-1dfc858af641a3be76f269a747e3855d1f11f790.tar.gz
sorting-algorithms-1dfc858af641a3be76f269a747e3855d1f11f790.zip
Travis: add badge to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d895ceb..3c27fdb 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
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)
+
Gettting the hang out of (sorting) algorithms.
See also https://egor-tensin.github.io/sorting-algorithms/.