We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6bf9a commit 02b5899Copy full SHA for 02b5899
docs/guides-ci-setup.md
@@ -14,6 +14,8 @@ npm install --save-dev @commitlint/travis-cli
14
```yml
15
# travis.yml
16
language: node_js
17
+node_js:
18
+ - node
19
script:
20
- commitlint-travis
21
```
0 commit comments