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