Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5a70888

Browse files
committed
chore(travis): use Chrome 51 and FF 47 in unit tests
PR (#14943)
1 parent 3475b19 commit 5a70888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

karma-shared.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ module.exports = function(config, specificOptions) {
3737
'SL_Chrome': {
3838
base: 'SauceLabs',
3939
browserName: 'chrome',
40-
version: '47'
40+
version: '51'
4141
},
4242
'SL_Firefox': {
4343
base: 'SauceLabs',
4444
browserName: 'firefox',
45-
version: '43'
45+
version: '47'
4646
},
4747
'SL_Safari_8': {
4848
base: 'SauceLabs',

0 commit comments

Comments
 (0)