Skip to content

Commit 02b5899

Browse files
vojtechruzbyCedric
authored andcommitted
docs: use latest node in travis guide (#871)
The original Travis config does not use high enough version of node so the commitlint does not work. Updated docs accordingly
1 parent 5d6bf9a commit 02b5899

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guides-ci-setup.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ npm install --save-dev @commitlint/travis-cli
1414
```yml
1515
# travis.yml
1616
language: node_js
17+
node_js:
18+
- node
1719
script:
1820
- commitlint-travis
1921
```

0 commit comments

Comments
 (0)