diff --git a/.travis.yml b/.travis.yml index e3cf371831765a..93456573438b1c 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 https://goo.gl/p2fr5Q" if: type = pull_request