gulp.task('karma', function (done) {
    options = options || karmaOptions;
    options.singleRun = true;

    karma.start(options, done);