summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2018-09-21 08:33:34 +0200
committerAnna Henningsen <anna@addaleax.net>2018-09-22 15:48:15 +0200
commit70f168b883359ab6bd461372fd61c37c8076b4f9 (patch)
tree1f7a43fb0a8485053d863dc6d2cb498dc66b2d17
parente72c6af6c82629a60af735f4d11f40a4e91e0268 (diff)
downloadandroid-node-v8-70f168b883359ab6bd461372fd61c37c8076b4f9.tar.gz
android-node-v8-70f168b883359ab6bd461372fd61c37c8076b4f9.tar.bz2
android-node-v8-70f168b883359ab6bd461372fd61c37c8076b4f9.zip
build,doc: remove outdated `lint-md-build`
- In release guide - In Travis config Refs: https://github.com/nodejs/node/pull/20109 PR-URL: https://github.com/nodejs/node/pull/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>
-rw-r--r--.travis.yml4
-rw-r--r--doc/releases.md4
2 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index f6bbd1421b..3dc3a73c33 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"
diff --git a/doc/releases.md b/doc/releases.md
index 6f57a99667..edbe255528 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -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