Commit 631f3eca authored by Chris Rebert's avatar Chris Rebert

Add babel:dev to Sauce Grunt subtasks so we don't test stale JS

Refs #17328
parent ab4b4633
......@@ -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');
}
......
Markdown is supported
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