btrfs-progs: tests: pull zstd version 1.3.7 to the travis CI

There's a newer version of zstd, without any obvious changes that would
affect our build testing coverage.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2018-11-26 17:18:49 +01:00
parent b558bed40c
commit fae4b632f5

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# download, build and install the zstd library # download, build and install the zstd library
version=1.3.3 version=1.3.7
dir=tmp-cached-zstd dir=tmp-cached-zstd
stamp="$dir/.last-build-zstd" stamp="$dir/.last-build-zstd"
here=`pwd` here=`pwd`