Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit f93772b

Browse files
committed
ci: use Build Stages
1 parent 07676e1 commit f93772b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
notifications:
2-
email: false
3-
41
language: node_js
2+
53
node_js:
64
- 9
75
- 8
@@ -37,4 +35,10 @@ script:
3735

3836
after_success:
3937
- npm run codecov
40-
- npm run semantic-release
38+
39+
jobs:
40+
include:
41+
- stage: release
42+
node_js: lts/*
43+
script:
44+
- npm run semantic-release

0 commit comments

Comments
 (0)