diff --git a/build/tasks/spec-task.coffee b/build/tasks/spec-task.coffee index 13ef31852..be9480656 100644 --- a/build/tasks/spec-task.coffee +++ b/build/tasks/spec-task.coffee @@ -104,9 +104,4 @@ module.exports = (grunt) -> failures.push "atom core" if coreSpecFailed grunt.log.error("[Error]".red + " #{failures.join(', ')} spec(s) failed") if failures.length > 0 - - # TODO: Mark the build as green on Windows until specs pass. - if process.platform is 'darwin' - done(!coreSpecFailed and failedPackages.length == 0) - else if process.platform is 'win32' - done(true) + done(!coreSpecFailed and failedPackages.length == 0)