diff --git a/Gruntfile.coffee b/Gruntfile.coffee index d38e93968..18ea8d7b9 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -158,8 +158,9 @@ module.exports = (grunt) -> options: stdout: true stderr: true - callback: (error, stdout, stderr) -> + callback: (error, stdout, stderr, callback) -> grunt.warn('Specs failed') if error? + callback() grunt.loadNpmTasks('grunt-coffeelint') grunt.loadNpmTasks('grunt-lesslint')