We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbb994 commit 64c0e0dCopy full SHA for 64c0e0d
script/cibuild
@@ -54,7 +54,7 @@ def main():
54
npm = 'npm.cmd' if PLATFORM == 'win32' else 'npm'
55
execute([npm, 'install', 'npm@2.12.1'])
56
57
- is_release = not is_travis
+ is_release = os.environ.has_key('ELECTRON_RELEASE')
58
args = ['--target_arch=' + target_arch]
59
if not is_release:
60
args += ['--dev']
0 commit comments