Skip to content

Commit

Permalink
Merge 61b00de into f52a071
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbottin committed Feb 13, 2021
2 parents f52a071 + 61b00de commit 138b283
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 138b283

Please sign in to comment.