aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2019-06-12 16:23:19 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2019-06-20 13:28:37 +0200
commitdb4f42a6ff5cc4680086123f8ec4adb08344841c (patch)
tree80ec325eee25fa094494272ccbe2eb188f8b0a6b /.travis.yml
parentce1b0da99e8fdd3fe6632a653001a255e26e74f0 (diff)
travis: disable threaded resolver for coverage build
This enables more tests. Closes
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 74b30c495..6263dc6d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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