From 8f65404e24f55e673d51b4c0b4cd96ffb25b1c62 Mon Sep 17 00:00:00 2001 From: Kumar McMillan Date: Thu, 7 Jul 2016 15:05:04 -0500 Subject: [PATCH] chore: Add master branch for linting on TravisCI See https://github.com/marionebl/conventional-changelog-lint/issues/7 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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