language: node_js
sudo: false
notifications:
  email: false
node_js:
  - "4"
before_script:
  - npm prune
before_install:
  - npm i -g npm@^3.0.0
