language: node_js node_js: - "6" - "8" - "9" branches: only: - master script: - npm run lint - npm test