Skip to content

Commit aac729a

Browse files
author
Hu Chen
committed
fix: fix travis config
1 parent 18db585 commit aac729a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ node_js:
1010
install:
1111
- yarn global add codecov
1212
- yarn install
13-
script:
14-
- yarn validate
15-
- codecov
1613

1714
jobs:
1815
include:
16+
- stage: test
17+
script:
18+
- yarn validate
19+
- codecov
1920
- stage: release
2021
script: skip
2122
deploy:

0 commit comments

Comments
 (0)