Skip to content

Commit 1864bdb

Browse files
author
borysn
committed
fix travisci chrome browser config
1 parent 1f8ee82 commit 1864bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/config/karma.conf.js

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

5252
if(process.env.TRAVIS){
53-
configuration.browsers = ['ChromeTravisCi'];
53+
configuration.browsers = ['Chrome_travis_ci'];
5454
}
5555

5656
config.set(configuration);

0 commit comments

Comments
 (0)