diff --git a/.travis.yml b/.travis.yml index fe37e01..7893064 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ after_success: - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js - | changed_files=$(git diff --name-status "$TRAVIS_COMMIT_RANGE" | tr '\t' ' ') - if [[ "master" == "$TRAVIS_BRANCH" ] && [ "$changed_files" == "M package.json" ] ]]; then + if [[ "master" == "$TRAVIS_BRANCH" ] && [ "$changed_files" == "M package.json" ]]; then ( github_changelog_generator --token $GITHUB_TOKEN --date-format %y/%m/%d remote=$(git config --get remote.origin.url)