Skip to content

Commit

Permalink
fix(commitlint): skip task on master (karma-runner#3650)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbottin authored and anthony-redFox committed May 5, 2023
1 parent 234f5e4 commit 6c96286
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 6c96286

Please sign in to comment.