mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add babel:dev to Sauce Grunt subtasks so we don't test stale JS
Refs #17328
This commit is contained in:
parent
ab4b463304
commit
631f3eca4b
1 changed files with 1 additions and 0 deletions
|
@ -455,6 +455,7 @@ module.exports = function (grunt) {
|
||||||
runSubset('sauce-js-unit') &&
|
runSubset('sauce-js-unit') &&
|
||||||
// Skip Sauce on Travis when [skip sauce] is in the commit message
|
// Skip Sauce on Travis when [skip sauce] is in the commit message
|
||||||
isUndefOrNonZero(process.env.TWBS_DO_SAUCE)) {
|
isUndefOrNonZero(process.env.TWBS_DO_SAUCE)) {
|
||||||
|
testSubtasks.push('babel:dev');
|
||||||
testSubtasks.push('connect');
|
testSubtasks.push('connect');
|
||||||
testSubtasks.push('saucelabs-qunit');
|
testSubtasks.push('saucelabs-qunit');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue