Skip to content

Commit e1a5b63

Browse files
committed
ci: update release stage
1 parent 28d9f4e commit e1a5b63

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,12 @@ node_js:
1010

1111
jobs:
1212
include:
13-
- stage: build
14-
node_js: lts/*
15-
script: npm run build
16-
- stage: test
17-
node_js: lts/*
18-
script: npm run test
1913
- stage: release
2014
if: branch = master AND type != pull_request
21-
node_js: lts/*
15+
node_js: 12
2216
deploy:
2317
provider: script
2418
skip_cleanup: true
2519
script:
26-
- npx semantic-release
20+
- npm run build
21+
- npm run semantic-release

0 commit comments

Comments
 (0)