X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.travis.yml;h=3e6690a4e70df4e3b6f6aeb8dedd2688b58683b8;hb=5720b3ae9a8be9eb949731a9a6924b6b987f1f9f;hp=f9bd5eb9dcb19f4fa6bb414340f29ef6fc4cd1cb;hpb=3f99647f8ed7d3e90dcef65eae4a308558a04621;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/.travis.yml b/.travis.yml index f9bd5eb..3e6690a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ cache: ccache: true git: - depth: 2 + depth: 1 dist: trusty group: unstable @@ -61,9 +61,9 @@ before_install: " - "mkdir tmp-zstd; cd tmp-zstd; - wget https://github.com/facebook/zstd/archive/v1.3.1.tar.gz; - tar xf v1.3.1.tar.gz; - cd zstd-1.3.1; + wget https://github.com/facebook/zstd/archive/v1.3.3.tar.gz; + tar xf v1.3.3.tar.gz; + cd zstd-1.3.3; make; sudo make install PREFIX=/usr; cd ../..