sudo: false language: node_js node_js: - 9 - 8 - 6 before_script: - node --version - npm --version script: - npm run ci matrix: fast_finish: true