language: node_js
node_js:
  - "8"
  - "10"
git:
  depth: 5
script:
  - yarn build
  - yarn test-travis