File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ module.exports = (grunt) ->
75
75
# username: process.env.SAUCE_USERNAME,
76
76
# key: process.env.SAUCE_ACCESS_KEY,
77
77
build : process .env .TRAVIS_JOB_ID
78
- throttled : 10
78
+ throttled : 11
79
79
browsers : [
80
80
{ browserName : " chrome" , platform : " Windows 7" }
81
81
{ browserName : " firefox" , platform : " Windows 7" }
@@ -120,6 +120,9 @@ module.exports = (grunt) ->
120
120
check_after_build : { clean : true } # Fails if new files found
121
121
tag : {}
122
122
push : { tags : true }
123
+ githubRelease :
124
+ repo : " mar10/jquery-ui-contextmenu"
125
+ draft : false
123
126
bump_develop : { inc : ' prepatch' }
124
127
commit_develop : { message : ' Bump prerelease ({%= version %}) [ci skip]' }
125
128
push_develop : {}
Original file line number Diff line number Diff line change 46
46
"grunt-exec" : " ~0.4.0" ,
47
47
"grunt-saucelabs" : " ~8.1.0" ,
48
48
"grunt-contrib-watch" : " ~0.5.3" ,
49
- "grunt-yabs" : " ^0.1.0 "
49
+ "grunt-yabs" : " ^0.1.2 "
50
50
},
51
51
"scripts" : {
52
52
"test" : " grunt ci --verbose"
You can’t perform that action at this time.
0 commit comments