Skip to content

Commit

Permalink
build,doc: remove outdated lint-md-build
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
targos committed Sep 23, 2018
1 parent badc38f commit 4db9e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -8,10 +8,8 @@ matrix:
include:
- name: "Linter"
node_js: "latest"
env:
env:
- NODE=$(which node)
install:
- make lint-md-build
script:
- make lint
- name: "Test Suite"
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.md
Expand Up @@ -455,8 +455,8 @@ Cherry-pick the release commit to `master`. After cherry-picking, edit
previously on `master`. `NODE_VERSION_IS_RELEASE` should be `0`. **Do not**
cherry-pick the "Working on vx.y.z" commit to `master`.

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

### 13. Promote and Sign the Release Builds

Expand Down

0 comments on commit 4db9e36

Please sign in to comment.