language: node_js
node_js:
  - "0.12"
  - "4"
  - "6"

script:
  - npm test

before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
