]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add babel:dev to Sauce Grunt subtasks so we don't test stale JS 17329/head
authorChris Rebert <code@chrisrebert.com>
Wed, 26 Aug 2015 07:55:24 +0000 (00:55 -0700)
committerChris Rebert <code@chrisrebert.com>
Wed, 26 Aug 2015 07:58:39 +0000 (00:58 -0700)
Refs #17328

Gruntfile.js

index f6348286dff51f0c563a139758c512f14d49c857..80437041f8f1eb167f19073cdcc313f598885aec 100644 (file)
@@ -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');
   }