From 972bdffb9f675e44abb85d93fd26507d9602d90d Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Thu, 13 Jun 2019 11:18:40 +0200 Subject: travis: enable alt-svc for coverage build Closes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3