diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 04:20:24 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 04:20:24 +0300 |
commit | 1dfc858af641a3be76f269a747e3855d1f11f790 (patch) | |
tree | 11c908e34c8e846c8cee94b81a425294b2a83eec | |
parent | add Travis configuration (diff) | |
download | sorting-algorithms-1dfc858af641a3be76f269a747e3855d1f11f790.tar.gz sorting-algorithms-1dfc858af641a3be76f269a747e3855d1f11f790.zip |
Travis: add badge to README
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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/. |