Skip to content

Commit

Permalink
travis: enable alt-svc for coverage build
Browse files Browse the repository at this point in the history
Closes
  • Loading branch information
MarcelRaad committed Jun 20, 2019
1 parent 31f8c8f commit 972bdff
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 @@ -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
Expand Down

0 comments on commit 972bdff

Please sign in to comment.