Skip to content

Commit

Permalink
travis: disable threaded resolver for coverage build
Browse files Browse the repository at this point in the history
This enables more tests.

Closes
  • Loading branch information
MarcelRaad committed Jun 20, 2019
1 parent ce1b0da commit db4f42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db4f42a

Please sign in to comment.