From f99cd4d05a2078d290c7cace311ab72aaa4dc362 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 3 Jul 2015 12:08:14 +0800 Subject: [PATCH] Try doing release in CI --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index a23ce30ef89f..6e492ea33fe8 100755 --- a/script/cibuild +++ b/script/cibuild @@ -59,7 +59,7 @@ def main(): npm = 'npm.cmd' if PLATFORM == 'win32' else 'npm' execute([npm, 'install', 'npm@2.12.1']) - is_release = os.environ.has_key('ELECTRON_RELEASE') + is_release = not is_travis args = ['--target_arch=' + target_arch] if not is_release: args += ['--dev']