language: node_js
node_js:
- '0.12'
- '0.11'
before_script:
- npm install
script:
- npm run test
notifications:
  email:
  - kimmobrunfeldt+chokidar@gmail.com
