language: node_js node_js: - "6" - "8" - "9" before_install: - npm i -g npm@latest install: - npm install