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

Commit e5ad6d6

Browse files
committedJan 19, 2015
chore(travis): update browsers to the latest version
Update the used browsers to the latest versions available Closes #10620
1 parent bd9bc3f commit e5ad6d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎karma-shared.conf.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ module.exports = function(config, specificOptions) {
3535
'SL_Chrome': {
3636
base: 'SauceLabs',
3737
browserName: 'chrome',
38-
version: '34'
38+
version: '39'
3939
},
4040
'SL_Firefox': {
4141
base: 'SauceLabs',
4242
browserName: 'firefox',
43-
version: '26'
43+
version: '31'
4444
},
4545
'SL_Safari': {
4646
base: 'SauceLabs',
4747
browserName: 'safari',
48-
platform: 'OS X 10.9',
49-
version: '7'
48+
platform: 'OS X 10.10',
49+
version: '8'
5050
},
5151
'SL_IE_9': {
5252
base: 'SauceLabs',
@@ -71,13 +71,13 @@ module.exports = function(config, specificOptions) {
7171
base: 'BrowserStack',
7272
browser: 'chrome',
7373
os: 'OS X',
74-
os_version: 'Mountain Lion'
74+
os_version: 'Yosemite'
7575
},
7676
'BS_Safari': {
7777
base: 'BrowserStack',
7878
browser: 'safari',
7979
os: 'OS X',
80-
os_version: 'Mountain Lion'
80+
os_version: 'Yosemite'
8181
},
8282
'BS_Firefox': {
8383
base: 'BrowserStack',

0 commit comments

Comments
 (0)
This repository has been archived.