before_install: - npm install --global npm@latest language: node_js node_js: - "10" - "9" - "8" - "7" - "6" sudo: false