Skip to content

Commit 815edde

Browse files
committed
added tag-triggered test
ensure tag and libzstd version are compatible
1 parent f6e17b8 commit 815edde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ matrix:
2626

2727
- env: Cmd='make lz4install && make -C tests test-lz4'
2828

29+
# tag-specific test
30+
- if: tag =~ ^v[0-9]\.[0-9]
31+
env: Cmd='make -C tests checkTag && tests/checkTag $TRAVIS_BRANCH'
32+
2933
git:
3034
depth: 1
3135

0 commit comments

Comments
 (0)