Skip to content

Commit 34e3e5e

Browse files
committed
Enable Travis CI for all branches named hotfix-SEMVER.
1 parent 2dfa7cb commit 34e3e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ branches:
99
- master
1010
# Credit: @Omnikron13, https://github.com/mojombo/semver/issues/32
1111
- /^(\d+\.\d+\.\d+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?$/
12+
- /^hotfix-(\d+\.\d+\.\d+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?$/
1213
before_script:
1314
- git submodule update --init --recursive
1415
script:

0 commit comments

Comments
 (0)