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>
master
David Sterba 2018-11-26 17:18:49 +01:00
parent b558bed40c
commit fae4b632f5
1 changed files with 1 additions and 1 deletions

View File

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