mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Run specs on all platforms
This commit is contained in:
@@ -87,8 +87,6 @@ module.exports = (grunt) ->
|
||||
callback(null, error)
|
||||
|
||||
grunt.registerTask 'run-specs', 'Run the specs', ->
|
||||
return if process.platform is 'win32'
|
||||
|
||||
done = @async()
|
||||
startTime = Date.now()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user