Skip to content

Commit

Permalink
docs: use latest node in travis guide (#871)
Browse files Browse the repository at this point in the history
The original Travis config does not use high enough version of node so the commitlint does not work. Updated docs accordingly
  • Loading branch information
vojtechruz authored and byCedric committed Jan 15, 2020
1 parent 5d6bf9a commit 02b5899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guides-ci-setup.md
Expand Up @@ -14,6 +14,8 @@ npm install --save-dev @commitlint/travis-cli
```yml
# travis.yml
language: node_js
node_js:
- node
script:
- commitlint-travis
```
Expand Down

0 comments on commit 02b5899

Please sign in to comment.