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

Commit 162485d

Browse files
committed
chore(travis): use FF26
I think it's better to not specify the version as that should give the latest available version. We should probably revert this commit at some point.
1 parent affcbad commit 162485d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karma-shared.conf.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ module.exports = function(config, specificOptions) {
3636
},
3737
'SL_Firefox': {
3838
base: 'SauceLabs',
39-
browserName: 'firefox'
39+
browserName: 'firefox',
40+
version: '26'
4041
},
4142
'SL_Safari': {
4243
base: 'SauceLabs',

0 commit comments

Comments
 (0)