Merge pull request #987 from facebook/checkTag

Check tag
This commit is contained in:
Yann Collet
2018-01-16 11:52:32 -08:00
committed by GitHub
4 changed files with 75 additions and 1 deletions
+4
View File
@@ -27,6 +27,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