From c9aa082e63a1854008c77e6bbad97d65d8a0c7df Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Wed, 18 Dec 2013 14:22:17 -0800 Subject: [PATCH] Revert "Turn up debugging for atom-shell downloads" This reverts commit 6c4eb7439a76c4f422bb3e61f9829f5405f0863b. --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))