Skip to content

Commit

Permalink
fix(commitlint): skip task on master (#3650)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbottin committed Mar 9, 2021
1 parent 5bfcf5f commit 3fc6fda
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 3fc6fda

Please sign in to comment.