Skip to content

Commit 1da04c2

Browse files
richardlaurvagg
authored andcommittedNov 28, 2018
build: install markdown linter for travis
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>
1 parent 7612024 commit 1da04c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ matrix:
77
include:
88
- os: linux
99
node_js: "latest"
10+
install:
11+
- NODE=$(which node) make lint-md-build
1012
script:
1113
- NODE=$(which node) make lint-ci
1214
- os: linux

0 commit comments

Comments
 (0)