Skip to content

Commit b662515

Browse files
author
Hu Chen
committed
fix: fix release dist folder
1 parent c129a71 commit b662515

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
cache:
3+
yarn: true
34
directories:
45
- ~/.npm
56
notifications:
@@ -8,18 +9,20 @@ node_js:
89
- '12'
910
install:
1011
- yarn global add codecov
12+
- yarn install
13+
- script:
14+
- yarn validate
15+
- script: codecov
1116

1217
jobs:
1318
include:
14-
- stage: test
15-
script: yarn validate
16-
script: codecov
1719
- stage: release
18-
script: yarn build
20+
script: skip
1921
deploy:
2022
provider: script
2123
skip_cleanup: true
2224
script:
25+
- yarn build
2326
- npx semantic-release
2427
on:
2528
branch: master

0 commit comments

Comments
 (0)