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

Commit

Permalink
chore(travis): update Chrome on SL to 34
Browse files Browse the repository at this point in the history
For some reason, SL gives us Chrome 28 when no version is specified.
  • Loading branch information
vojtajina committed Apr 29, 2014
1 parent 8d38ec3 commit 28ef263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma-shared.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ module.exports = function(config, specificOptions) {
customLaunchers: {
'SL_Chrome': {
base: 'SauceLabs',
browserName: 'chrome'
browserName: 'chrome',
version: '34'
},
'SL_Firefox': {
base: 'SauceLabs',
Expand Down

0 comments on commit 28ef263

Please sign in to comment.