Commit 6d42a230 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #17329 from twbs/babel-dev-sauce

Add babel:dev to Sauce Grunt subtasks so we don't test stale JS
parents ab4b4633 631f3eca
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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');
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment