language: node_js node_js: - 'stable' - '10' - '8' - '6' script: - npm run eslint - npm run coverage