Skip to content

Commit dd2a51d

Browse files
committed
Fix changelog file location in .travis.yml
CHANGES.rst doesn't exist so it will not work. [changelog skip]
1 parent ead3f9f commit dd2a51d

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)