File tree 3 files changed +11
-10
lines changed 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,9 @@ module.exports = function(grunt) {
112
112
urls : [ "http://localhost:" + testPort + "/" + testFile ] ,
113
113
build : process . env . TRAVIS_JOB_NUMBER || "unknown" ,
114
114
browsers : browsers ,
115
- concurrency : 3 ,
116
- tags : [ process . env . TRAVIS_BRANCH || "unknown" ]
115
+ statusCheckAttempts : - 1 ,
116
+ tags : [ process . env . TRAVIS_BRANCH || "unknown" ] ,
117
+ throttled : 6
117
118
}
118
119
}
119
120
}
Original file line number Diff line number Diff line change 20
20
" package.json"
21
21
],
22
22
"devDependencies" : {
23
- "qunit" : " 1.14 .0"
23
+ "qunit" : " 1.18 .0"
24
24
}
25
25
}
Original file line number Diff line number Diff line change 20
20
},
21
21
"devDependencies" : {
22
22
"grunt" : " ~0.4.5" ,
23
- "grunt-bower-install-simple" : " ~1.0.0 " ,
23
+ "grunt-bower-install-simple" : " ~1.1.4 " ,
24
24
"grunt-cli" : " ~0.1.13" ,
25
- "grunt-contrib-connect" : " ~0.8.0 " ,
26
- "grunt-contrib-jshint" : " ~0.10.0 " ,
27
- "grunt-contrib-qunit" : " ~0.5.2 " ,
28
- "grunt-coveralls" : " ~0.3 .0" ,
29
- "grunt-qunit-istanbul" : " ~0.4.5 " ,
30
- "grunt-saucelabs" : " ~8.2.0 "
25
+ "grunt-contrib-connect" : " ~0.11.2 " ,
26
+ "grunt-contrib-jshint" : " ~0.11.2 " ,
27
+ "grunt-contrib-qunit" : " ~0.7.0 " ,
28
+ "grunt-coveralls" : " ~1.0 .0" ,
29
+ "grunt-qunit-istanbul" : " ~0.4.7 " ,
30
+ "grunt-saucelabs" : " ~8.6.1 "
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments