Skip to content

Commit 8f57564

Browse files
committed
Don't build if push tags
1 parent cd6fe9a commit 8f57564

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
@@ -34,4 +34,8 @@ script:
3434
after_success:
3535
- if [ x"$COVERAGE" = "xyes" ]; then ~/.local/bin/coveralls -b src -x .xs -e src/xxd -e src/if_perl.c --encodings utf-8 latin-1 EUC-KR; fi
3636

37+
branches:
38+
except:
39+
- /^v[0-9]/
40+
3741
# vim:set sts=2 sw=2 tw=0 et:

0 commit comments

Comments
 (0)