Adam Bouqdib 11 سال پیش
والد
کامیت
b4ffe36817
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -44,7 +44,7 @@ module.exports = function(grunt) {
     qunit: {
       all: {
         options: {
-          urls: ['1.4', '1.5', '1.6', '1.7.0','1.8.0', '1.9.0', '1.10.0', '2.0.0b1'].map(function(version) {
+          urls: ['1.6', '1.7.0','1.8.0', '1.9.0', '1.10.0', '2.0.0b1'].map(function(version) {
             return 'http://0.0.0.0:<%= connect.server.options.port %>/test/smoove.html?jquery=' + version;
           })
         }