Skip to content

Commit

Permalink
fix tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhoLiu committed Dec 30, 2017
1 parent b6a1bce commit e97579c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -82,4 +82,11 @@ notifications:

branches:
only:
- master
- master
# This regex matches semantic versions like v1.2.3-rc4+2016.02.22
- /^v\d+\.\d+.*$/

notifications:
email:
on_success: change
on_failure: always
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -67,7 +67,7 @@ branches:
- master
# IMPORTANT Regex to match tags. Required, or appveyor may not trigger deploys when a new tag
# is pushed. This regex matches semantic versions like v1.2.3-rc4+2016.02.22
- /^v\d+\.\d+\.\d+.*$/
- /^v\d+\.\d+.*$/

# Disable caching, for now
#cache:
Expand Down

0 comments on commit e97579c

Please sign in to comment.