Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 1376b71

Browse files
committed
Omit Chrome stable in travis for now
The default Chrome in travis is Chrome *37*. Disabling - will a send a separate CL to fix properly. [email protected] Review URL: https://codereview.chromium.org/1331963002 .
1 parent 42448e4 commit 1376b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ module.exports = function(config) {
102102
};
103103

104104
if (process.env.TRAVIS) {
105-
configuration.browsers = ['chrome_travis', 'chrome_canary_travis'];
105+
configuration.browsers = ['chrome_canary_travis'];
106106
configuration.autoWatch = false;
107107
configuration.logLevel = config.LOG_DEBUG;
108108
configuration.client.captureConsole = true;

0 commit comments

Comments
 (0)