[Pkg-javascript-commits] [backbone] 39/173: Bump karma requirement to 0.13.13 karma-runner/karma#1653
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 07:43:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository backbone.
commit 1274cc2f2dc771de56fc7c8715ed7fadea0e766b
Author: Graeme Yeates <yeatesgraeme at gmail.com>
Date: Thu Oct 22 12:31:15 2015 -0400
Bump karma requirement to 0.13.13 karma-runner/karma#1653
---
karma.conf-sauce.js | 7 ++++---
package.json | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/karma.conf-sauce.js b/karma.conf-sauce.js
index 260dc17..79d010c 100644
--- a/karma.conf-sauce.js
+++ b/karma.conf-sauce.js
@@ -13,13 +13,14 @@ var sauceBrowsers = _.reduce([
['chrome', '31'],
['chrome', '26'],
- ['microsoftedge', '20', 'Windows 10'],
+ ['microsoftedge', '20.10240', 'Windows 10'],
['internet explorer', '11', 'Windows 10'],
['internet explorer', '10', 'Windows 8'],
['internet explorer', '9', 'Windows 7'],
['internet explorer', '8'],
- ['internet explorer', '7', 'Windows XP'],
- // ['internet explorer', '6', 'Windows XP'],
+ // Currently karma-sauce has issues with sockets and these browsers
+ // ['internet explorer', '7'],
+ // ['internet explorer', '6'],
['opera', '12'],
['opera', '11'],
diff --git a/package.json b/package.json
index e3c4ae6..85a91cf 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
"devDependencies": {
"coffee-script": "1.7.1",
"docco": "0.7.0",
- "karma": "^0.13.12",
+ "karma": "^0.13.13",
"karma-phantomjs-launcher": "^0.1.4",
"karma-qunit": "^0.1.5",
"qunitjs": "^1.18.0",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list