Skip to content

Commit 041d504

Browse files
committed
Fix Travis regex
1 parent 6b02685 commit 041d504

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)