language: node_js
node_js:
  - "6.11.4"
install:
  - npm install
cache: npm
script: npm test
