Skip to content

Commit 06534a2

Browse files
authored
Add latest node version to travis config docs
The original Travis config does not use high enough version of node so the commitlint does not work. Updated docs accordingly
1 parent 5fd8a69 commit 06534a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guides-ci-setup.md

Lines changed: 2 additions & 0 deletions
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)