Skip to content

Commit d09f2b4

Browse files
richardlauBridgeAR
authored andcommitted
build: build docs on Travis
PR-URL: #29783 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 65c4752 commit d09f2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ jobs:
7474
- make -j1 V=1 test/addons/.buildstamp test/js-native-api/.buildstamp test/node-api/.buildstamp
7575
- python tools/test.py -j 2 -p dots --report --mode=release --flaky-tests=dontcare addons js-native-api node-api
7676

77-
- name: "Linter"
77+
- name: "Run Linter and Build Docs"
7878
language: node_js
7979
node_js: "node"
8080
install:
8181
- pyenv global ${PYTHON_VERSION}
8282
- make lint-py-build || true
8383
script:
84-
- NODE=$(which node) make lint lint-py
84+
- NODE=$(which node) make lint-py doc-only lint
8585

8686
- name: "First commit message adheres to guidelines at <a href=\"https://goo.gl/p2fr5Q\">https://goo.gl/p2fr5Q</a>"
8787
if: type = pull_request

0 commit comments

Comments
 (0)