Skip to content

Commit 2fe9b4d

Browse files
committed
Add Travis and CodeFactor badges.
1 parent f95f96e commit 2fe9b4d

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
<a href="https://bundlephobia.com/result?p=react-async">
1515
<img src="https://img.shields.io/bundlephobia/min/react-async.svg" alt="minified size">
1616
</a>
17-
<a href="https://circleci.com/gh/ghengeveld/react-async">
18-
<img src="https://img.shields.io/circleci/build/github/ghengeveld/react-async/master.svg" alt="build status">
19-
</a>
20-
<a href="https://codecov.io/github/ghengeveld/react-async">
21-
<img src="https://img.shields.io/codecov/c/github/ghengeveld/react-async/master.svg" alt="code coverage">
22-
</a>
2317
<a href="https://opensource.org/licenses/ISC">
2418
<img src="https://img.shields.io/npm/l/react-async.svg" alt="license">
2519
</a>
@@ -29,6 +23,19 @@
2923
<a href="https://github.com/ghengeveld/react-async/pulls">
3024
<img src="https://img.shields.io/github/issues-pr/ghengeveld/react-async.svg" alt="pull requests">
3125
</a>
26+
<br/>
27+
<a href="https://circleci.com/gh/ghengeveld/react-async">
28+
<img src="https://img.shields.io/circleci/build/github/ghengeveld/react-async/master.svg?label=circleci" alt="circleci status">
29+
</a>
30+
<a href="https://travis-ci.org/ghengeveld/react-async">
31+
<img src="https://img.shields.io/travis/ghengeveld/react-async/master?label=travis" alt="travis status">
32+
</a>
33+
<a href="https://codecov.io/github/ghengeveld/react-async">
34+
<img src="https://img.shields.io/codecov/c/github/ghengeveld/react-async/master.svg" alt="code coverage">
35+
</a>
36+
<a href="https://www.codefactor.io/repository/github/ghengeveld/react-async">
37+
<img src="https://www.codefactor.io/repository/github/ghengeveld/react-async/badge" alt="code quality">
38+
</a>
3239
</p>
3340

3441
React component and hook for declarative promise resolution and data fetching. Makes it easy to handle every

0 commit comments

Comments
 (0)