Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Feb 7, 2019
1 parent 8648fe9 commit 71e6284
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 @@ -164,7 +164,12 @@ module.exports = function(grunt) {
detailedError: true,
concurrency: 4,
browsers: [
{browserName: 'chrome'}
{browserName: 'chrome', platform: 'Linux'},
{browserName: 'firefox', platform: 'Linux'},
{browserName: 'safari', version: 9, platform: 'OS X 10.11'},
{browserName: 'safari', version: 8, platform: 'OS X 10.10'},
{browserName: 'internet explorer', version: 11, platform: 'Windows 8.1'},
{browserName: 'internet explorer', version: 10, platform: 'Windows 8'}
]
}
},
Expand Down

0 comments on commit 71e6284

Please sign in to comment.