Skip to content

Commit d62eaa5

Browse files
committed
travis
1 parent 8efe924 commit d62eaa5

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# [react-static-markdown](https://github.com/tb/react-static-markdown)
22

3+
[![Build Status](https://travis-ci.org/tb/react-static-markdown.svg?branch=master)](https://travis-ci.org/tb/react-static-markdown)
4+
[![npm version](https://badge.fury.io/js/react-static-markdown.svg)](http://badge.fury.io/js/react-static-markdown)
5+
36
Markdown files utils for [react-static](https://github.com/nozzle/react-static)
47

58
## Install

0 commit comments

Comments
 (0)