Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Fixing travis - again
Browse files Browse the repository at this point in the history
  • Loading branch information
FDiskas committed Dec 3, 2017
1 parent 954e2c5 commit 68fb917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 68fb917

Please sign in to comment.