travis: enable warnings-as-errors for coverage build

Closes
This commit is contained in:
Marcel Raad 2019-06-12 16:06:06 +02:00
parent 8f332e589b
commit ba2192e6c8
No known key found for this signature in database
GPG Key ID: FE4D8BC5EE1701DD
1 changed files with 1 additions and 1 deletions

View File

@ -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