Skip to content

Commit

Permalink
Merge branch 'pr-1114' into presubmit-master-pr-1114
Browse files Browse the repository at this point in the history
  • Loading branch information
karmarunnerbot committed Aug 5, 2014
2 parents 1b56932 + c91ffbc commit 1162420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ var Config = function() {
this.colors = true;
this.autoWatch = true;
this.autoWatchBatchDelay = 250;
this.usePolling = process.platform === 'darwin';
this.usePolling = process.platform === 'darwin' || process.platform === 'linux';
this.reporters = ['progress'];
this.singleRun = false;
this.browsers = [];
Expand Down

0 comments on commit 1162420

Please sign in to comment.