language: node_js
node_js:
  - 4.4.4

before_install:
  - npm install
