Skip to content

Commit

Permalink
Add travis-ci badge to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-korolev authored and markelog committed Jun 18, 2018
1 parent 8a75a72 commit eee8801
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Tinkoff Utils
[![Build Status](https://travis-ci.org/TinkoffCreditSystems/utils.js.svg?branch=master)](https://travis-ci.org/TinkoffCreditSystems/utils.js)

JavaScript utility library with the primary task to simplify work with data, functions, promises, and more.
The main goals of the library are modularity, functional style, performance, and simplicity.

Expand Down Expand Up @@ -65,4 +67,4 @@ Bubdle size is compared to each other with the assumption that we need only a sm
| import ... from 'ramda/src/...' | 10 kb |
| import ... from '@tinkoff/utils/...' | 2.32 kb |

The detailed comparison with specific library see [COMPARE.md](./COMPARE.md)
The detailed comparison with specific library see [COMPARE.md](./COMPARE.md)

0 comments on commit eee8801

Please sign in to comment.