language: node_js sudo: false node_js: - 8 - 9 before_install: - npm install --only=dev script: - npm run build - npm test