mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
make Recess part of the Grunt test task to guard against bad LESS
This commit is contained in:
parent
b5d87fc42b
commit
518488cb40
@ -169,7 +169,7 @@ module.exports = function(grunt) {
|
|||||||
grunt.registerTask('validate-html', ['jekyll', 'validation']);
|
grunt.registerTask('validate-html', ['jekyll', 'validation']);
|
||||||
|
|
||||||
// Test task.
|
// Test task.
|
||||||
var testSubtasks = ['jshint', 'qunit', 'validate-html'];
|
var testSubtasks = ['dist-css', '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…
x
Reference in New Issue
Block a user