diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-06-12 16:06:06 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2019-06-20 13:28:21 +0200 |
commit | ba2192e6c87d3bd52772fdb65e24f2b88e0eea2c (patch) | |
tree | 082e7ea3bee28293e410ac223f71ef1cd63b2333 /.travis.yml | |
parent | 8f332e589bc6d4068e67c5445f646433d40ad64b (diff) | |
download | curl-ba2192e6c87d3bd52772fdb65e24f2b88e0eea2c.tar.gz |
travis: enable warnings-as-errors for coverage build
Closes
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 90c8fb3de..367fbef5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -453,7 +453,7 @@ script: - | set -eo pipefail if [ "$T" = "coverage" ]; then - ./configure --enable-debug --disable-shared --enable-code-coverage + ./configure --enable-debug --disable-shared --enable-code-coverage --enable-werror make make TFLAGS=-n test-nonflaky make "TFLAGS=-n -e" test-nonflaky |