Skip to content

Commit 8caaa70

Browse files
committed
Build: Remove jQuery Compat from available options
Closes gh-121
1 parent 0d5559d commit 8caaa70

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Gruntfile.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ module.exports = function(grunt) {
3232
"src/outro.js"
3333
],
3434
tests: {
35-
"jquery-compat": [
36-
"dev+compat-git",
37-
"min+compat-git",
35+
"jquery-1": [
3836
"dev+1.11.1",
3937
"dev+1.10.2",
4038
"dev+1.9.1",
@@ -156,7 +154,7 @@ module.exports = function(grunt) {
156154
plugin_jquery[0] + "&jquery=" + plugin_jquery[1];
157155
});
158156

159-
// TODO: create separate job for compat-git/git so we can do different browsersets
157+
// TODO: create separate job for git so we can do different browsersets
160158
testswarm.createClient( {
161159
url: config.swarmUrl
162160
} )

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
TestManager.init({
1717
"jquery": {
1818
urlTag: "jquery",
19-
choices: "dev,min,git,compat-git,2.1.3,2.0.3,1.11.2,1.10.2,1.9.1,1.8.3,1.7.2,1.6.4"
19+
choices: "dev,min,git,2.1.3,2.0.3,1.11.2,1.10.2,1.9.1,1.8.3,1.7.2,1.6.4"
2020
},
2121
"jquery-migrate": {
2222
urlTag: "plugin",

0 commit comments

Comments
 (0)