commit 0b3763612cfd74fd8e1ee79f6fbe58a70e4288b8
parent 75096de4c7ade9d8e734017d46714378bf3ae94c
Author: teor <teor@torproject.org>
Date: Mon, 16 Dec 2019 09:21:05 +1000
Merge remote-tracking branch 'tor-github/pr/1459' into bug32240_32242_035
Diffstat:
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
## Conditional build dependencies
## Always installed, so we don't need sudo
- asciidoc
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.