diff options
| author | Chris Rebert <[email protected]> | 2015-09-25 15:57:44 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-25 15:57:44 -0700 |
| commit | 172bba02229a3db5d17115078eb4fa5bd2cbea3c (patch) | |
| tree | 2f0c304eced9988edccd7df6cd30e0cf93abd68d /package.json | |
| parent | 2a1597af5de4d6de55efaebb42f0e547457aac8b (diff) | |
| parent | c8cc0a7f9a6fc7b3b2154ab691f2d82f8ac19fc4 (diff) | |
| download | bootstrap-172bba02229a3db5d17115078eb4fa5bd2cbea3c.tar.xz bootstrap-172bba02229a3db5d17115078eb4fa5bd2cbea3c.zip | |
Merge pull request #17704 from twbs/htmllint-travis-only
Only run htmllint on Travis
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 4ee5ab911..fdd09f5a4 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "grunt-scss-lint": "^0.3.8", "grunt-sed": "~0.1.1", "grunt-stamp": "^0.1.0", + "is-travis": "^1.0.0", "load-grunt-tasks": "~3.3.0", "markdown-it": "^4.4.0", "mq4-hover-shim": "^0.2.0", |
