Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Commit

Permalink
fix(.travis.yml): support [0-1] leading v's
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Goings committed Dec 1, 2015
1 parent e052e41 commit 575eefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
branches:
only:
- master
- /^v(?:[0-9]+\.){2}[0-9]+.*$/
- /^v?(?:[0-9]+\.){2}[0-9]+.*$/

cache:
directories:
Expand Down

0 comments on commit 575eefe

Please sign in to comment.