From: Yann Collet Date: Mon, 15 Jan 2018 01:06:21 +0000 (-0800) Subject: added tag-triggered test X-Git-Tag: v1.3.4~1^2~78^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815eddeda4cb0d428a83a889fbfddfbf377e5fb6;p=thirdparty%2Fzstd.git added tag-triggered test ensure tag and libzstd version are compatible --- diff --git a/.travis.yml b/.travis.yml index 48d9ac3a6..e6fe49cac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,10 @@ matrix: - env: Cmd='make lz4install && make -C tests test-lz4' + # tag-specific test + - if: tag =~ ^v[0-9]\.[0-9] + env: Cmd='make -C tests checkTag && tests/checkTag $TRAVIS_BRANCH' + git: depth: 1