From 0eefc375c178bcfd7892c1fdaf97a9bca1a26824 Mon Sep 17 00:00:00 2001 From: Kumar McMillan Date: Thu, 7 Jul 2016 16:26:29 -0500 Subject: [PATCH] chore: Fix linting from TravisCI (again) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd40151aaf..479af370e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,10 @@ node_js: - '0.12' - '4' before_install: -# Get a master branch for conventional-changelog-lint +# Create a master branch for conventional-changelog-lint - git remote set-branches origin master && git fetch +- git checkout master +- git checkout - - npm install -g npm script: COVERAGE=y npm test && npm run lint-commit-msg after_script: npm run publish-coverage