mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Windows build status reflects package status now
This commit is contained in:
@@ -109,4 +109,4 @@ module.exports = (grunt) ->
|
||||
if process.platform is 'darwin'
|
||||
done(!coreSpecFailed and failedPackages.length == 0)
|
||||
else if process.platform is 'win32'
|
||||
done(true)
|
||||
done(failedPackages.length == 0)
|
||||
|
||||
Reference in New Issue
Block a user