From a47a264492a528a6e7bca8bf9bbf438a1b6ba780 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Oct 2018 09:51:10 +0200 Subject: travis: make distcheck scan for BOM markers and remove BOM from projects/wolfssl_override.props Closes #3126 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3