language: node_js
install:
  - npm install
node_js:
  - "4"
  - "5"
  - "6"
  
  
