diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..39ed8d6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: node_js + +node_js: + - 0.10 + - 0.11 \ No newline at end of file diff --git a/README.md b/README.md index 898efb4..0b92fe6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -# react-picture-show -Slideshow Component +# React Picture Show [![Build Status](https://secure.travis-ci.org/areusjs/react-picture-show.png)](http://travis-ci.org/areusjs/react-picture-show) [![NPM version](https://badge.fury.io/js/react-picture-show.svg)](http://badge.fury.io/js/react-picture-show) + +Basic Slideshow Component + +## Usage + +### Basic + +```javascript + console.log('hello world'); +``` + +### Configuration + +## License + +[MIT](/LICENSE) \ No newline at end of file