Skip to content

Commit 644cff3

Browse files
committed
Fix CI to test RC versions
1 parent 5f2e014 commit 644cff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ branches:
2222
- master
2323
- ci
2424
- releases
25-
- /^v\d+(\.\d+)*$/
25+
- /^v\d+(\.\d+)*(rc\d+)?$/
2626

2727
matrix:
2828
fast_finish: true

0 commit comments

Comments
 (0)