aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2016-12-05 11:40:27 +1100
committerMark Otto <[email protected]>2016-12-04 16:40:27 -0800
commit5a19d4870537ca85ba38beeb7eabe80858417b72 (patch)
tree8c8740ae969041dbc215e879ef04cedf4a613f8d /Gruntfile.js
parent4c615573ad6abcf8ad1fac71b183161860f2fd50 (diff)
downloadbootstrap-5a19d4870537ca85ba38beeb7eabe80858417b72.tar.xz
bootstrap-5a19d4870537ca85ba38beeb7eabe80858417b72.zip
Travis build infrastructure refresh. (#21108)
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index cb1f0ff5a..ab52d5b06 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -283,9 +283,6 @@ module.exports = function (grunt) {
},
htmlhint: {
command: 'npm run htmlhint'
- },
- 'upload-preview': {
- command: './grunt/upload-preview.sh'
}
},
@@ -361,7 +358,7 @@ module.exports = function (grunt) {
if (typeof process.env.SAUCE_ACCESS_KEY !== 'undefined' &&
// Skip Sauce if running a different subset of the test suite
runSubset('sauce-js-unit')) {
- testSubtasks = testSubtasks.concat(['dist', 'docs-css', 'docs-js', 'clean:docs', 'copy:docs', 'exec:upload-preview']);
+ testSubtasks = testSubtasks.concat(['dist', 'docs-css', 'docs-js', 'clean:docs', 'copy:docs']);
// Skip Sauce on Travis when [skip sauce] is in the commit message
if (isUndefOrNonZero(process.env.TWBS_DO_SAUCE)) {
testSubtasks.push('connect');