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

Commit 28ef263

Browse files
committedApr 29, 2014
chore(travis): update Chrome on SL to 34
For some reason, SL gives us Chrome 28 when no version is specified.
1 parent 8d38ec3 commit 28ef263

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
@@ -32,7 +32,8 @@ module.exports = function(config, specificOptions) {
3232
customLaunchers: {
3333
'SL_Chrome': {
3434
base: 'SauceLabs',
35-
browserName: 'chrome'
35+
browserName: 'chrome',
36+
version: '34'
3637
},
3738
'SL_Firefox': {
3839
base: 'SauceLabs',

0 commit comments

Comments
 (0)
This repository has been archived.