diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..feabd1e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: node_js +node_js: + - "4" + - "5" +script: + - npm run test \ No newline at end of file diff --git a/README.md b/README.md index 07f322a..882bf02 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # redux-simple-router +[![build status](https://img.shields.io/travis/glennr/redux-simple-router/master.svg?style=flat-square)](https://travis-ci.org/glennr/redux-simple-router) + *Let react-router do all the work.* [Redux](https://github.com/rackt/redux) is cool.