Skip to content

Commit

Permalink
Update to newer version of karma-sauce-launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Nov 18, 2014
1 parent 3cf645e commit 39d2633
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions lib/grunt/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,12 @@ var util = module.exports = {
base: 'SauceLabs',
browserName: 'firefox'
},
// NOTE: this seems to be hanging builds a lot so I'm turning it off -- Brian (20141118)
// 'SL_Safari_5': {
// base: 'SauceLabs',
// browserName: 'safari',
// platform: 'Mac 10.6',
// version: '5'
// },
'SL_Safari_5': {
base: 'SauceLabs',
browserName: 'safari',
platform: 'Mac 10.6',
version: '5'
},
'SL_Safari_6': {
base: 'SauceLabs',
browserName: 'safari',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"karma-chrome-launcher": "~0.1",
"karma-firefox-launcher": "~0.1",
"karma-phantomjs-launcher": "~0.1",
"karma-sauce-launcher": "~0.1.5",
"karma-sauce-launcher": "~0.2.10",
"karma-script-launcher": "~0.1",
"grunt-karma": "~0.8",
"marked": "~0.2",
Expand Down

0 comments on commit 39d2633

Please sign in to comment.