We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c4752 commit d09f2b4Copy full SHA for d09f2b4
.travis.yml
@@ -74,14 +74,14 @@ jobs:
74
- make -j1 V=1 test/addons/.buildstamp test/js-native-api/.buildstamp test/node-api/.buildstamp
75
- python tools/test.py -j 2 -p dots --report --mode=release --flaky-tests=dontcare addons js-native-api node-api
76
77
- - name: "Linter"
+ - name: "Run Linter and Build Docs"
78
language: node_js
79
node_js: "node"
80
install:
81
- pyenv global ${PYTHON_VERSION}
82
- make lint-py-build || true
83
script:
84
- - NODE=$(which node) make lint lint-py
+ - NODE=$(which node) make lint-py doc-only lint
85
86
- name: "First commit message adheres to guidelines at <a href=\"https://goo.gl/p2fr5Q\">https://goo.gl/p2fr5Q</a>"
87
if: type = pull_request
0 commit comments