diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-10-11 09:51:10 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-10-12 08:49:31 +0200 |
commit | a47a264492a528a6e7bca8bf9bbf438a1b6ba780 (patch) | |
tree | a523b0b34502e10966488610242bd8128bb61e58 /.travis.yml | |
parent | 97cde9404395143ff2cef78c7321e06b96b8bf46 (diff) | |
download | curl-a47a264492a528a6e7bca8bf9bbf438a1b6ba780.tar.gz |
travis: make distcheck scan for BOM markers
and remove BOM from projects/wolfssl_override.props
Closes #3126
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1610d3e8b..2e6919816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -320,6 +320,8 @@ script: - | set -eo pipefail if [ "$T" = "distcheck" ]; then + # find BOM markers and exit if we do + ! git grep `printf '\xef\xbb\xbf'` ./configure make ./maketgz 99.98.97 |