Skip to content

Commit 67f9f88

Browse files
pvdlggr2m
authored andcommitted
ci: use build stages
1 parent f1530c1 commit 67f9f88

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- 9
34
- 8
45

56
# Trigger a push build on master and greenkeeper branches + PRs build on every branches
@@ -18,4 +19,10 @@ script:
1819

1920
after_success:
2021
- npm run codecov
21-
- npm run semantic-release
22+
23+
jobs:
24+
include:
25+
- stage: release
26+
node_js: lts/*
27+
script:
28+
- npm run semantic-release

0 commit comments

Comments
 (0)