aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2019-06-13 11:18:40 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2019-06-20 13:28:39 +0200
commit972bdffb9f675e44abb85d93fd26507d9602d90d (patch)
tree12e78329736d9e7f11e774314e84c99c2dd3a87a /.travis.yml
parent31f8c8f32108a4f060b274d8d9aae14b2f576bfe (diff)
travis: enable alt-svc for coverage build
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 0c22fb1a9..76bd6114f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -459,7 +459,7 @@ script:
- |
set -eo pipefail
if [ "$T" = "coverage" ]; then
- ./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror --with-libssh2
+ ./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror --enable-alt-svc --with-libssh2
make
make TFLAGS=-n test-nonflaky
make "TFLAGS=-n -e" test-nonflaky