Skip to content

Commit ca254cc

Browse files
authored
Merge pull request #10 from Shir0kamii/feature/fix-travis-changelog
Fix changelog file location in .travis.yml
2 parents 8fa19c3 + dd2a51d commit ca254cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ script:
1010
| grep '\[changelog skip\]' > /dev/null; then
1111
echo "Skip changelog checker..."
1212
elif [[ "$TRAVIS_TAG" != "" ]]; then
13-
! grep -i "to be released" CHANGES.rst
13+
! grep -i "to be released" doc/changelog.rst
1414
else
1515
[[ "$TRAVIS_COMMIT_RANGE" = "" ]] || \
1616
[[ "$(git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep doc/changelog\.rst)" != "" ]]

0 commit comments

Comments
 (0)