Skip to content

Commit

Permalink
build: install markdown linter for travis
Browse files Browse the repository at this point in the history
Run `make lint-md-build` to install the markdown linter.

PR-URL: #21215
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
  • Loading branch information
richardlau authored and rvagg committed Nov 28, 2018
1 parent 7612024 commit 1da04c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,8 @@ matrix:
include:
- os: linux
node_js: "latest"
install:
- NODE=$(which node) make lint-md-build
script:
- NODE=$(which node) make lint-ci
- os: linux
Expand Down

0 comments on commit 1da04c2

Please sign in to comment.