Skip to content

Commit 8f65404

Browse files
committed
chore: Add master branch for linting on TravisCI
See conventional-changelog/commitlint#7
1 parent 681db65 commit 8f65404

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ node_js:
44
- '0.12'
55
- '4'
66
before_install:
7+
# Get a master branch for conventional-changelog-lint
8+
- git remote set-branches origin master && git fetch
79
- npm install -g npm
810
script: COVERAGE=y npm test && npm run lint-commit-msg
911
after_script: npm run publish-coverage

0 commit comments

Comments
 (0)