mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
rename HTML5 validation Grunt task since it checks the examples too
This commit is contained in:
parent
af9fd02638
commit
b5d87fc42b
1 changed files with 2 additions and 2 deletions
|
@ -166,10 +166,10 @@ module.exports = function(grunt) {
|
||||||
grunt.loadNpmTasks('browserstack-runner');
|
grunt.loadNpmTasks('browserstack-runner');
|
||||||
|
|
||||||
// Docs HTML validation task
|
// Docs HTML validation task
|
||||||
grunt.registerTask('validate-docs', ['jekyll', 'validation']);
|
grunt.registerTask('validate-html', ['jekyll', 'validation']);
|
||||||
|
|
||||||
// Test task.
|
// Test task.
|
||||||
var testSubtasks = ['jshint', 'qunit', 'validate-docs'];
|
var testSubtasks = ['jshint', 'qunit', 'validate-html'];
|
||||||
// Only run BrowserStack tests under Travis
|
// Only run BrowserStack tests under Travis
|
||||||
if (process.env.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
|
// Only run BrowserStack tests if this is a mainline commit in twbs/bootstrap, or you have your own BrowserStack key
|
||||||
|
|
Loading…
Reference in a new issue