Skip to content

Commit 15c9474

Browse files
author
Donatien Garnier
committed
Amend UTF-8 encoding comment
1 parent cac4686 commit 15c9474

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
@@ -109,7 +109,7 @@ matrix:
109109
- <<: *basic-vm
110110
name: "UTF-8 Check"
111111
script:
112-
# Make sure we're not introducing any non-UTF-8 character in text files
112+
# Make sure we're not introducing any text which is not UTF-8 encoded
113113
- git diff $TRAVIS_BRANCH...HEAD -U0 | ( grep -a '^+' || true ) | ( ! grep -axv '.*' )
114114

115115
- <<: *basic-vm

0 commit comments

Comments
 (0)