language: node_js
node_js:
 - "6.10"
 - "7.10"
 - "8.7"
dist: trusty
sudo: false
cache: yarn
script: 'npm run test-travis'
