diff options
author | teor <teor@torproject.org> | 2019-10-23 22:35:24 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-24 09:26:54 +1000 |
commit | 43424866496e6f7613ec652c798fec3b8b460c6d (patch) | |
tree | 1745c044161bc6d5538baa4ecccafdc3318e42b9 /.travis.yml | |
parent | d175e70817ccff01cd9eb73d8da9e306745fb469 (diff) | |
download | tor-43424866496e6f7613ec652c798fec3b8b460c6d.tar.gz tor-43424866496e6f7613ec652c798fec3b8b460c6d.zip |
Travis: Use zstd in our Travis Linux builds
Recent Ubuntu versions have zstd >= 1.1, which is an optional tor build
dependency.
Closes ticket 32242.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8f7e8e4be1..79e232f0c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,8 +103,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 |