diff options
| author | Chris Rebert <[email protected]> | 2015-09-25 15:32:42 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-25 15:34:31 -0700 |
| commit | 74cc05c0325bde26201aeff2ff7835f73158401b (patch) | |
| tree | 924d3a24d9c5e9657a74739e55dede41a812c581 /package.json | |
| parent | 5a15971920c443d7e347c8edad79a6f2eafd9659 (diff) | |
| download | bootstrap-74cc05c0325bde26201aeff2ff7835f73158401b.tar.xz bootstrap-74cc05c0325bde26201aeff2ff7835f73158401b.zip | |
Only run htmllint on Travis
So as to avoid any dependence on Java for normal users of the Gruntfile.
[skip sauce]
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", |
