]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update gruntfile not to run validation + remove validation status
authorfat <jacobthornton@gmail.com>
Mon, 19 Aug 2013 19:22:42 +0000 (12:22 -0700)
committerfat <jacobthornton@gmail.com>
Mon, 19 Aug 2013 19:22:42 +0000 (12:22 -0700)
Gruntfile.js
validation-status.json [deleted file]

index 5aebcd8b7a19d92f44bcdeac9cc7fd867eb42a4a..5fa37a0c76f643bec79f42008d5e4362a8aaf7b2 100644 (file)
@@ -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
diff --git a/validation-status.json b/validation-status.json
deleted file mode 100644 (file)
index 88c41e9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-{"_gh_pages/components/index.html":true,"_gh_pages/css/index.html":true,"_gh_pages/customize/index.html":true,"_gh_pages/examples/carousel/index.html":true,"_gh_pages/examples/grid/index.html":true,"_gh_pages/examples/jumbotron-narrow/index.html":true,"_gh_pages/examples/jumbotron/index.html":true,"_gh_pages/examples/justified-nav/index.html":true,"_gh_pages/examples/navbar-fixed-top/index.html":true,"_gh_pages/examples/navbar-static-top/index.html":true}
\ No newline at end of file