sudo: false language: node_js node_js: - '8' branches: only: - master install: - npm install script: - npm test