language: node_js
script: travis_retry npm test
node_js:
- 'iojs'
- '0.12'
- '0.11'
- '0.10'
sudo: false
notifications:
  on_success: change
  on_failure: always
