Skip to content

Commit 508c7c8

Browse files
committed
ci: use Build Stages
1 parent 9b64f35 commit 508c7c8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
2+
23
services:
34
- docker
4-
notifications:
5-
email: false
5+
66
node_js:
77
- 9
88
- 8
@@ -23,4 +23,10 @@ script:
2323

2424
after_success:
2525
- npm run codecov
26-
- npm run semantic-release
26+
27+
jobs:
28+
include:
29+
- stage: release
30+
node_js: lts/*
31+
script:
32+
- npm run semantic-release

0 commit comments

Comments
 (0)