From: Marcel Raad Date: Thu, 13 Jun 2019 09:18:40 +0000 (+0200) Subject: travis: enable alt-svc for coverage build X-Git-Tag: curl-7_65_2~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=972bdffb9f675e44abb85d93fd26507d9602d90d;p=thirdparty%2Fcurl.git travis: enable alt-svc for coverage build Closes --- diff --git a/.travis.yml b/.travis.yml index 0c22fb1a91..76bd6114f7 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