language: node_js
node_js:
  - '8'
  - '6'
  - '4'
cache:
  yarn: true
  directories:
    - node_modules
script:
  - yarn build
  - yarn test
