language: node_js sudo: false node_js: - 6 - 8 - 10 script: - npm install - npm install -g gulp-cli - gulp - npm test