diff --git a/script/cibuild b/script/cibuild index 627e5967a..f79fe7f40 100755 --- a/script/cibuild +++ b/script/cibuild @@ -33,7 +33,7 @@ cp.safeExec.bind(global, 'node script/bootstrap', function(error) { var tasks = [ require('rimraf').bind(global, path.join(homeDir, '.atom')), cp.safeExec.bind(global, 'git clean -dff'), - cp.safeExec.bind(global, gruntPath + ' ci --stack --no-color --verbose'), + cp.safeExec.bind(global, gruntPath + ' ci --stack --no-color'), ] if (process.platform === 'darwin') { tasks.push(cp.safeExec.bind(global, 'node_modules/.bin/coffee script/upload-release'))