Skip to content

Commit

Permalink
install commitizen globally in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
morphatic committed Oct 25, 2021
1 parent 1fd6fee commit 73c6e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_js:
- 'lts/*'
- '12'
before_install:
- npm i -g nyc coveralls
- npm i -g nyc coveralls commitizen
script:
- npm test
after_success:
Expand Down

0 comments on commit 73c6e2f

Please sign in to comment.