We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efe924 commit d62eaa5Copy full SHA for d62eaa5
.travis.yml
@@ -0,0 +1,8 @@
1
+language: node_js
2
+
3
+node_js:
4
+ - "8"
5
6
+cache: yarn
7
8
+script: yarn test
README.md
@@ -1,5 +1,8 @@
# [react-static-markdown](https://github.com/tb/react-static-markdown)
+[](https://travis-ci.org/tb/react-static-markdown)
+[](http://badge.fury.io/js/react-static-markdown)
Markdown files utils for [react-static](https://github.com/nozzle/react-static)
## Install
0 commit comments