Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2018-06-08 19:37:52 +0300
committerRich Trott <rtrott@gmail.com>2018-06-12 01:59:37 +0300
commit4fc279a0a01f7ab13e5f3350b932966999cdfeb6 (patch)
treee26e45e6d43a9ae3d9270419971ee7c4fe37c19e /.travis.yml
parent14dc17df38d81bed0ab675fdcc58c9a574bd6401 (diff)
build: install markdown linter for travis
Run `make lint-md-build` to install the markdown linter. PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c3b4119ed2f..6415497163a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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