diff options
author | kpdecker <kpdecker@gmail.com> | 2015-12-12 16:26:48 -0600 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2015-12-12 16:26:48 -0600 |
commit | 871c32a6f9106137061a49e731fc267933f6b79b (patch) | |
tree | d5b4d0b850607261345b9270bf095511ddb00c3b | |
parent | 326734b0f3ab9e7b9431579d449d344919bb6869 (diff) | |
download | handlebars.js-871c32a6f9106137061a49e731fc267933f6b79b.zip handlebars.js-871c32a6f9106137061a49e731fc267933f6b79b.tar.gz handlebars.js-871c32a6f9106137061a49e731fc267933f6b79b.tar.bz2 |
Update target browser test versions
-rw-r--r-- | Gruntfile.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index fd76518..97cfff0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -166,11 +166,10 @@ module.exports = function(grunt) { browsers: [ {browserName: 'chrome'}, {browserName: 'firefox', platform: 'Linux'}, - {browserName: 'safari', version: 7, platform: 'OS X 10.9'}, - {browserName: 'safari', version: 6, platform: 'OS X 10.8'}, + {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'}, - {browserName: 'internet explorer', version: 9, platform: 'Windows 7'} + {browserName: 'internet explorer', version: 10, platform: 'Windows 8'} ] } }, |