language: node_js
node_js:
- 7
- 6
- 5
- 4
before_install:
- npm i -g npm
cache:
directories:
- node_modules