language: node_js sudo: false node_js: - 6 - 8 - 10 - 11 script: - npm run ci