We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681db65 commit 8f65404Copy full SHA for 8f65404
.travis.yml
@@ -4,6 +4,8 @@ node_js:
4
- '0.12'
5
- '4'
6
before_install:
7
+# Get a master branch for conventional-changelog-lint
8
+- git remote set-branches origin master && git fetch
9
- npm install -g npm
10
script: COVERAGE=y npm test && npm run lint-commit-msg
11
after_script: npm run publish-coverage
0 commit comments