diff --git a/.travis.yml b/.travis.yml index 1997b5af92..bd40151aaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ node_js: - '0.12' - '4' before_install: +# Get a master branch for conventional-changelog-lint +- git remote set-branches origin master && git fetch - npm install -g npm script: COVERAGE=y npm test && npm run lint-commit-msg after_script: npm run publish-coverage