Skip to content

Commit 357bc84

Browse files
committed
test(ci): Handle next branch and release stage
1 parent b4da088 commit 357bc84

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ branches:
1919
only:
2020
- master
2121
- beta
22+
- next
23+
24+
jobs:
25+
include:
26+
- stage: release
27+
node_js: 14
28+
script: kcd-scripts travis-release
29+
if: fork = false

0 commit comments

Comments
 (0)