sudo: false language: node_js node_js: - "8" - "6" - "4" before_install: if [[ `npm --version` != 3* ]]; then npm install -g npm; fi;