Skip to content

Instantly share code, notes, and snippets.

@0xjjpa
Created August 1, 2013 13:18
Show Gist options
  • Save 0xjjpa/6131241 to your computer and use it in GitHub Desktop.
Save 0xjjpa/6131241 to your computer and use it in GitHub Desktop.
karmaConfig.js
var karmaConfig = function(configFile, customOptions) {
var options = { configFile: configFile, keepalive: true };
var travisOptions = process.env.TRAVIS && { browsers: ['Firefox'], reporters: 'dots' };
return grunt.util._.extend(options, customOptions, travisOptions);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment