Skip to content

Commit 15d1f67

Browse files
targosrvagg
authored andcommittedNov 28, 2018
build,doc: remove outdated lint-md-build
- In release guide - In Travis config Refs: #20109 PR-URL: #22991 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 313ef6f commit 15d1f67

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
 

‎.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ matrix:
88
include:
99
- name: "Linter"
1010
node_js: "latest"
11-
env:
11+
env:
1212
- NODE=$(which node)
13-
install:
14-
- make lint-md-build
1513
script:
1614
- make lint
1715
- name: "Test Suite"

‎doc/releases.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ Merge your release proposal branch into the stable branch that you are releasing
269269

270270
Cherry-pick the release commit to `master`. After cherry-picking, edit `src/node_version.h` to ensure the version macros contain whatever values were previously on `master`. `NODE_VERSION_IS_RELEASE` should be `0`.
271271

272-
Run `make lint-md-build; make lint` before pushing to `master`, to make sure the
273-
Changelog formatting passes the lint rules on `master`.
272+
Run `make lint` before pushing to `master`, to make sure the Changelog
273+
formatting passes the lint rules on `master`.
274274

275275
### 12. Promote and Sign the Release Builds
276276

0 commit comments

Comments
 (0)
Please sign in to comment.