sudo: false
language: node_js
node_js:
  - '7'
  - '8'
install:
  - npm i
script:
  - npm run ci
after_script: