Skip to content

Commit

Permalink
update sauce firefox & add edge
Browse files Browse the repository at this point in the history
seeing a weird failure on linux which i couldn't repro, so updating to
the browser version i use

add microsoft edge testing
  • Loading branch information
gordonwoodhull committed Jan 7, 2016
1 parent 6e4e4bf commit 96f6171
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ module.exports = function (grunt) {
browsers: [
{
browserName: 'firefox',
version: '42.0',
version: '43.0',
platform: 'Linux'
},
{
Expand All @@ -200,6 +200,11 @@ module.exports = function (grunt) {
browserName: 'internet explorer',
version: '11.0',
platform: 'Windows 10'
},
{
browserName: 'MicrosoftEdge',
version: '20.10240',
platform: 'Windows 10'
}
],
testname: '<%= conf.pkg.name %>.js'
Expand Down

0 comments on commit 96f6171

Please sign in to comment.