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