sudo: false
language: node_js
node_js:
  - 'stable'
  - '6'
  - '5'
  - '4'
  - '0.11'
  - '0.10'
script: npm run cover
