Skip to content

Commit cd16109

Browse files
committed
Integrate with Travis CI
1 parent 17f7376 commit cd16109

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sudo: false
2+
language: node_js
3+
node_js:
4+
- "0.12"
5+
- "0.10"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-docgen
1+
# react-docgen [![Build Status](https://travis-ci.org/reactjs/react-docgen.svg?branch=master)](https://travis-ci.org/reactjs/react-docgen)
22

33
`react-docgen` is a CLI and toolbox to help extracting information from React components, and generate documentation from it.
44

0 commit comments

Comments
 (0)