Skip to content

Commit eee8801

Browse files
dmitry-korolevmarkelog
authored andcommitted
Add travis-ci badge to the README.md
1 parent 8a75a72 commit eee8801

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Tinkoff Utils
2+
[![Build Status](https://travis-ci.org/TinkoffCreditSystems/utils.js.svg?branch=master)](https://travis-ci.org/TinkoffCreditSystems/utils.js)
3+
24
JavaScript utility library with the primary task to simplify work with data, functions, promises, and more.
35
The main goals of the library are modularity, functional style, performance, and simplicity.
46

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

68-
The detailed comparison with specific library see [COMPARE.md](./COMPARE.md)
70+
The detailed comparison with specific library see [COMPARE.md](./COMPARE.md)

0 commit comments

Comments
 (0)