We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decd7d0 commit eac5956Copy full SHA for eac5956
.travis.yml
@@ -106,6 +106,12 @@ matrix:
106
false;
107
fi
108
109
+ - <<: *basic-vm
110
+ name: "UTF-8 Check"
111
+ script:
112
+ # Make sure we're not introducing any text which is not UTF-8 encoded
113
+ - git diff $TRAVIS_BRANCH...HEAD -U0 | ( grep -a '^+' || true ) | ( ! grep -axv '.*' )
114
+
115
- <<: *basic-vm
116
name: "include check"
117
env: NAME=include_check
0 commit comments