sudo: false language: node_js node_js: - 10 - 9 - lts/* - 8 - 7 before_install: - npm install -g npm install: - npm install script: npm run test