Skip to content

Commit 23bd928

Browse files
Merge pull request #13 from remarkablemark/badges
Update README with Travis and Coveralls badges
2 parents dadbac7 + 194b5f6 commit 23bd928

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ install:
1111
script:
1212
- npm run lint
1313
- npm run cover
14+
15+
after_script:
1416
- npm run coveralls
1517

1618
cache:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# html-react-parser
1+
# html-react-parser [![Build Status](https://travis-ci.org/remarkablemark/html-react-parser.svg?branch=master)](https://travis-ci.org/remarkablemark/html-react-parser) [![Coverage Status](https://coveralls.io/repos/github/remarkablemark/html-react-parser/badge.svg?branch=master)](https://coveralls.io/github/remarkablemark/html-react-parser?branch=master)
22

33
An HTML to React parser.
44

0 commit comments

Comments
 (0)