]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added tag-triggered test 987/head
authorYann Collet <cyan@fb.com>
Mon, 15 Jan 2018 01:06:21 +0000 (17:06 -0800)
committerYann Collet <cyan@fb.com>
Mon, 15 Jan 2018 01:06:21 +0000 (17:06 -0800)
ensure tag and libzstd version are compatible

.travis.yml

index 48d9ac3a672c9807fcccdb3cc81259affb73a47d..e6fe49cacd6698f8c337cb82441d8c1e4538a327 100644 (file)
@@ -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