Skip to content

Commit

Permalink
Remove reference to players_changelog
Browse files Browse the repository at this point in the history
(cherry-picked from commit 5bb72d7)
  • Loading branch information
Vultraz committed Oct 7, 2018
1 parent f05ca65 commit 39ff3e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/travis/check_utf8.sh
Expand Up @@ -9,7 +9,6 @@ find data/ -not -name "*.png" -not -name "*.ogg" -not -name "*.jpg" -not -name "
find po/ -type f -print0 | xargs -0 isutf8 -- || exit_code=1

isutf8 changelog.md || exit_code=1
isutf8 players_changelog.md || exit_code=1
isutf8 RELEASE_NOTES || exit_code=1

if [ $exit_code != 0 ]; then
Expand Down

0 comments on commit 39ff3e9

Please sign in to comment.