Skip to content

Commit 24aae46

Browse files
committed
Merge pull request #10 from CactusBot/travis-regex-fix
Fix Travis regex
2 parents 6b02685 + 041d504 commit 24aae46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branches:
66
only:
77
- master
88
- develop
9-
- //^rel-v.+$//
9+
- /^rel-v(\d+.){0,2}\d+$/
1010
install:
1111
- pip install flake8
1212
before_script:

0 commit comments

Comments
 (0)