language: node_js
node_js:
- '0.10'
- '0.12'
notifications:
irc:
channels:
- 'irc.mozilla.org#fxa-bots'
use_notice: false
skip_join: false
before_install:
- npm install -g npm@2
script:
- npm test