We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dadbac7 + 194b5f6 commit 23bd928Copy full SHA for 23bd928
.travis.yml
@@ -11,6 +11,8 @@ install:
11
script:
12
- npm run lint
13
- npm run cover
14
+
15
+after_script:
16
- npm run coveralls
17
18
cache:
README.md
@@ -1,4 +1,4 @@
1
-# html-react-parser
+# html-react-parser [](https://travis-ci.org/remarkablemark/html-react-parser) [](https://coveralls.io/github/remarkablemark/html-react-parser?branch=master)
2
3
An HTML to React parser.
4
0 commit comments