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 97cde94 commit a47a264Copy full SHA for a47a264
.travis.yml
@@ -320,6 +320,8 @@ script:
320
- |
321
set -eo pipefail
322
if [ "$T" = "distcheck" ]; then
323
+ # find BOM markers and exit if we do
324
+ ! git grep `printf '\xef\xbb\xbf'`
325
./configure
326
make
327
./maketgz 99.98.97
projects/wolfssl_override.props
@@ -1,4 +1,4 @@
1
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
2
<!--
3
We use this file to override some properties of the wolfSSL project files.
4
0 commit comments