Skip to content

Commit

Permalink
Enable Travis CI for all branches named hotfix-SEMVER.
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio committed Feb 17, 2017
1 parent 2dfa7cb commit fffef4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ branches:
- master
# Credit: @Omnikron13, https://github.com/mojombo/semver/issues/32
- /^(\d+\.\d+\.\d+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?$/
- /^hotfix-(\d+\.\d+\.\d+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?$/
before_script:
- git submodule update --init --recursive
script:
Expand Down

0 comments on commit fffef4c

Please sign in to comment.