diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-10-19 11:13:05 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-10-19 16:31:43 +0200 |
commit | 18dd7cc9af1f1f87522cb6c1a8cec867b6d57b7d (patch) | |
tree | 9b1bfc50c3686dd38241162542e5dac39f3bc570 /.travis.yml | |
parent | 4282d5f9d06a1e4c6f9b48f0075cbe959b8a000d (diff) | |
download | curl-18dd7cc9af1f1f87522cb6c1a8cec867b6d57b7d.tar.gz |
CI/travis: add brotli and zstd to the libssh2 build
... to make sure such tests are run with valgrind. Suppress the zstd
valgrind warnings we get with version 1.3.3 on Ubuntu 18.04 (for debug
and non-debug builds).
Closes #6105
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2832a9cac..e69353574 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,6 +59,8 @@ jobs: - *common_packages - krb5-user - libssh2-1-dev + - libbrotli-dev + - libzstd-dev - env: - T=normal C=--with-libssh # Avoid bionic, its pre-release libssh version triggers deprecation warnings. |