diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..cc4dba2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "0.8" + - "0.10" diff --git a/README.md b/README.md index 73fea40..9e8ca2a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Capture screenshots using [phantomjs](http://phantomjs.org/). +[![build status](https://secure.travis-ci.org/re-view/url-to-screenshot.png)](http://travis-ci.org/re-view/url-to-screenshot) + ## Example Capture a `800x600` screenshot of [google](https://google.com):