1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

travis: disable threaded resolver for coverage build

This enables more tests.

Closes
This commit is contained in:
Marcel Raad 2019-06-12 16:23:19 +02:00
parent ce1b0da99e
commit db4f42a6ff
No known key found for this signature in database
GPG Key ID: FE4D8BC5EE1701DD

View File

@ -458,7 +458,7 @@ script:
- |
set -eo pipefail
if [ "$T" = "coverage" ]; then
./configure --enable-debug --disable-shared --enable-code-coverage --enable-werror
./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror
make
make TFLAGS=-n test-nonflaky
make "TFLAGS=-n -e" test-nonflaky