| Index: karma.conf.js
|
| diff --git a/karma.conf.js b/karma.conf.js
|
| index d028c1e260f741d18ad92943ca065fbbaf1de027..f0ebe6ce031ff19a38cb717b679f195c46820836 100644
|
| --- a/karma.conf.js
|
| +++ b/karma.conf.js
|
| @@ -94,7 +94,7 @@ module.exports = function(config) {
|
| };
|
|
|
| if (process.env.TRAVIS) {
|
| - configuration.browsers = ['chrome_travis', 'chrome_canary_travis'];
|
| + configuration.browsers = ['chrome_canary_travis'];
|
| configuration.autoWatch = false;
|
| // Enable this for more logging on Travis. It is too much for Travis to
|
| // automatically display, but still results in a downloadable raw log.
|
|
|