From 8cf458eec17dcd4d0f0fa6509094713a98449494 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Tue, 16 Feb 2016 12:17:02 -0800 Subject: [PATCH] Pulling in test coverage improvements. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b2b04fa..53b7e58 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -70,7 +70,7 @@ module.exports = function(grunt) { }, all: { options: { - urls: ['1.3.2', '1.4.4', '1.5.2', '1.6.4', '1.7.2', '1.8.3', '1.9.1', '1.10.2', '1.11.1', 'git1', '2.0.3', '2.1.0', '2.1.1', 'git2'].map(function(version) { + urls: ['1.3.2', '1.4.4', '1.5.2', '1.6.4', '1.7.2', '1.8.3', '1.9.1', '1.10.2', '1.11.3', '1.12.0', 'git1', '2.0.3', '2.1.4', '2.2.0', 'git2'].map(function(version) { return 'test/addressfield.html?jquery=' + version; }) }