mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Merge pull request #17329 from twbs/babel-dev-sauce
Add babel:dev to Sauce Grunt subtasks so we don't test stale JS
This commit is contained in:
commit
6d42a23039
@ -455,6 +455,7 @@ module.exports = function (grunt) {
|
||||
runSubset('sauce-js-unit') &&
|
||||
// Skip Sauce on Travis when [skip sauce] is in the commit message
|
||||
isUndefOrNonZero(process.env.TWBS_DO_SAUCE)) {
|
||||
testSubtasks.push('babel:dev');
|
||||
testSubtasks.push('connect');
|
||||
testSubtasks.push('saucelabs-qunit');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user