We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84823c commit ee63518Copy full SHA for ee63518
.circleci/config.yml
@@ -69,3 +69,7 @@ general:
69
branches:
70
only:
71
- master
72
+ # 5.2.x, 6.0.x, etc
73
+ - /\d+\.\d+\.x/
74
+ # 5.x, 6.x, etc
75
+ - /\d+\.x/
.travis.yml
@@ -18,13 +18,10 @@ addons:
18
19
20
21
- - 5.0.x
22
- - 5.1.x
23
- - 5.2.x
24
- - 6.0.x
25
- - 6.1.x
26
- - 6.2.x
27
- - 6.3.x
28
29
jobs:
30
include:
0 commit comments