diff options
author | Richard Lau <riclau@uk.ibm.com> | 2019-09-30 13:14:18 -0400 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-10-03 15:58:49 -0700 |
commit | b5e40ba068ac32b280cbb3d2133b646aa8ee0d89 (patch) | |
tree | eb11b0518948d5935ad3ae8ec4cfa35dbb1ab76b /.travis.yml | |
parent | a57da278f852adfe10a52e9a3ea0b95b3e6e7590 (diff) | |
download | node-new-b5e40ba068ac32b280cbb3d2133b646aa8ee0d89.tar.gz |
build: build docs on Travis
PR-URL: https://github.com/nodejs/node/pull/29783
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e3cf371831..9345657343 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,14 +74,14 @@ jobs: - make -j1 V=1 test/addons/.buildstamp test/js-native-api/.buildstamp test/node-api/.buildstamp - python tools/test.py -j 2 -p dots --report --mode=release --flaky-tests=dontcare addons js-native-api node-api - - name: "Linter" + - name: "Run Linter and Build Docs" language: node_js node_js: "node" install: - pyenv global ${PYTHON_VERSION} - make lint-py-build || true script: - - NODE=$(which node) make lint lint-py + - NODE=$(which node) make lint-py doc-only lint - name: "First commit message adheres to guidelines at <a href=\"https://goo.gl/p2fr5Q\">https://goo.gl/p2fr5Q</a>" if: type = pull_request |