language: node_js
before_script:
  - npm install
script:
  - npm run build
node_js:
  - v5
  - v4
