diff options
author | teor <teor@torproject.org> | 2019-12-16 09:22:52 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-16 09:22:52 +1000 |
commit | d96b35d6639b1c2f6a57f9d84007544c334c963b (patch) | |
tree | 01f213f810ce81efbd3808024c2472ea78910966 /.travis.yml | |
parent | e2f78396f400dff5b28f6fdf845a9bcf7a8d1b85 (diff) | |
parent | 0b3763612cfd74fd8e1ee79f6fbe58a70e4288b8 (diff) | |
download | tor-d96b35d6639b1c2f6a57f9d84007544c334c963b.tar.gz tor-d96b35d6639b1c2f6a57f9d84007544c334c963b.zip |
Merge branch 'bug32240_32242_035' into bug32240_32242_040
Merge:
* libzstd-dev from ticket32242_035
* shellcheck from maint-0.4.0
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 1d97e70f51..c491bab88f 100644 --- 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 |