language: node_js
node_js:
  - "0.12"
  - "4"
  - "5"
  - "6"
before_install:
  - "npm config set spin false"
script: npm run-script test-on-travis
after_success:
  - npm run-script upload-to-coveralls
notifications:
  email: true
sudo: false
