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