Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
pipeline: add commitlint to travis to make predictable releases (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Sep 29, 2018
1 parent f2f1adf commit 1bbe228
Show file tree
Hide file tree
Showing 3 changed files with 984 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cache:
install:
- npm ci
script:
- npx commitlint-travis
- npm test
after_success:
- npx codecov
Loading

0 comments on commit 1bbe228

Please sign in to comment.