language: node_js sudo: false node_js: - '4' - '5' - '6' before_install: npm install --global gulp-cli install: npm install