Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
6d42a230
Commit
6d42a230
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Gruntfile.js
+1
-0
Gruntfile.js
with
1 addition
and
0 deletions
+1
-0
Gruntfile.js
+
1
-
0
View file @
6d42a230
...
...
@@ -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
'
);
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment