1 2 3 4 5 6 7 8 9 10 11 12
before_install: - npm install --global npm@latest language: node_js node_js: - "10" - "9" - "8" - "7" - "6" sudo: false