diff --git a/lib/config.js b/lib/config.js index a3474f891..c353c1938 100644 --- a/lib/config.js +++ b/lib/config.js @@ -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 = [];