Skip to content

Commit 07cd754

Browse files
committed
build,doc: remove outdated lint-md-build
- In release guide - In Travis config Refs: nodejs#20109
1 parent 56493bf commit 07cd754

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ matrix:
1010
node_js: "latest"
1111
env:
1212
- NODE=$(which node)
13-
install:
14-
- make lint-md-build
1513
script:
1614
- make lint
1715
- name: "Test Suite"

doc/releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@ Cherry-pick the release commit to `master`. After cherry-picking, edit
455455
previously on `master`. `NODE_VERSION_IS_RELEASE` should be `0`. **Do not**
456456
cherry-pick the "Working on vx.y.z" commit to `master`.
457457

458-
Run `make lint-md-build; make lint` before pushing to `master`, to make sure the
459-
Changelog formatting passes the lint rules on `master`.
458+
Run `make lint` before pushing to `master`, to make sure the Changelog
459+
formatting passes the lint rules on `master`.
460460

461461
### 13. Promote and Sign the Release Builds
462462

0 commit comments

Comments
 (0)