aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-05 13:10:23 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-05 14:50:46 +0200
commit881006465573e8a29eef93ce44f2fa249ef2feb4 (patch)
treec98b8141d76c486c3ea0dd14f0ce81caa26ca8b1
parent80b9db128393eaf457683421bbef40451bb0fd27 (diff)
travis: add "qlog" as feature in the quiche build
-rwxr-xr-xscripts/travis/before_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh
index 4292fd695..28b563e2e 100755
--- a/scripts/travis/before_script.sh
+++ b/scripts/travis/before_script.sh
@@ -95,7 +95,7 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$QUICHE" ]; then
curl https://sh.rustup.rs -sSf | sh -s -- -y
source $HOME/.cargo/env
cd $HOME/quiche
- QUICHE_BSSL_PATH=$HOME/boringssl cargo build -v --release --features pkg-config-meta
+ QUICHE_BSSL_PATH=$HOME/boringssl cargo build -v --release --features pkg-config-meta,qlog
fi
# Install common libraries.