language: node_js
sudo: false
cache: yarn
node_js:
  - "7"
  - "6"
install:
  - npm i
script:
  - npm test