language: node_js
node_js:
  - "6"
  - "8"
dist: trusty # needs Ubuntu Trusty
sudo: false  # no need for virtualization.
script:
  - yarn test