language: node_js
node_js:
- '0.12'
- '0.11'
before_script:
- npm install -g mocha
notifications:
  email:
  - kimmobrunfeldt+concurrent@gmail.com
