Windows build status reflects package status now

This commit is contained in:
Matt Colyer 2014-01-06 11:17:34 -08:00
parent 9af6e99682
commit cec731b697

View File

@ -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)