diff options
| author | fat <[email protected]> | 2013-08-19 12:22:42 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-08-19 12:22:42 -0700 |
| commit | c2d5861232628a3918ff1eaf773cd040ceb8e5a9 (patch) | |
| tree | 3e020cc3b56f034d3d06f02f7cfbd684b5291ca0 /Gruntfile.js | |
| parent | c64a8cfc72c2c6ef1b766aeb019b22dc75f6d6bd (diff) | |
| download | bootstrap-c2d5861232628a3918ff1eaf773cd040ceb8e5a9.tar.xz bootstrap-c2d5861232628a3918ff1eaf773cd040ceb8e5a9.zip | |
update gruntfile not to run validation + remove validation status
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 5aebcd8b7..5fa37a0c7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -169,7 +169,7 @@ module.exports = function(grunt) { grunt.registerTask('validate-html', ['jekyll', 'validation']); // Test task. - var testSubtasks = ['dist-css', 'jshint', 'qunit', 'validate-html']; + var testSubtasks = ['dist-css', 'jshint', 'qunit']; // Only run BrowserStack tests under Travis if (process.env.TRAVIS) { // Only run BrowserStack tests if this is a mainline commit in twbs/bootstrap, or you have your own BrowserStack key |
