commit 84c4ede052bc642677d9f53f9802e6d69ca647df parent 4a34fd5b746fcbd712607323cb48cfcd6e72456f Author: teor <teor@torproject.org> Date: Mon, 16 Dec 2019 09:23:41 +1000 Merge branch 'bug32240_32242_040' into bug32240_32242_041 Diffstat:
| M | .travis.yml | | | 3 | +-- |
| A | changes/ticket32242 | | | 2 | ++ |
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -115,8 +115,7 @@ addons: - libnss3-dev - libscrypt-dev - libseccomp-dev - ## zstd doesn't exist in Ubuntu Trusty - #- libzstd + - libzstd-dev - shellcheck ## Conditional build dependencies ## Always installed, so we don't need sudo diff --git a/changes/ticket32242 b/changes/ticket32242 @@ -0,0 +1,2 @@ + o Testing (continuous integration): + - Use zstd in our Travis Linux builds. Closes ticket 32242.