diff --git a/gulpfile.js b/gulpfile.js index 669b9e6400..cd58360082 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -826,7 +826,7 @@ gulp.task('test.unit.js/ci', function(done) { reporters: ['dots'], browsers: browserConf.browsersToRun }, - done) + function(err) { done(); }) .start(); });