From 3d02fb105c12c9c120c302168152a430d374e31e Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sun, 13 Sep 2015 03:23:03 +0300 Subject: [PATCH] Added IE6 testing --- Gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 8c5452b..3e4c95a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -38,6 +38,10 @@ module.exports = function(grunt) { browserName: 'internet explorer', platform: 'XP', version: '7' + }, { + browserName: 'internet explorer', + platform: 'XP', + version: '6' }, { browserName: 'safari', platform: 'OS X 10.8',