Skip to content

Commit

Permalink
fix(commitlint): skip task on master
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbottin committed Feb 13, 2021
1 parent f52a071 commit cd766f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,9 @@ jobs:
- node_js: "14"
script:
- npm run init
- commitlint-travis
- if [[ "$TRAVIS_BRANCH" != "master" ]]; then
commitlint-travis;
fi;
- npm run lint
- npm run build:check
- npm run test:unit
Expand Down

0 comments on commit cd766f4

Please sign in to comment.