Skip to content

Commit 7bc7bf2

Browse files
author
Hu Chen
committed
fix: update travis ci for release
1 parent b662515 commit 7bc7bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
- yarn install
1313
- script:
1414
- yarn validate
15-
- script: codecov
15+
- codecov
1616

1717
jobs:
1818
include:
@@ -23,6 +23,6 @@ jobs:
2323
skip_cleanup: true
2424
script:
2525
- yarn build
26-
- npx semantic-release
26+
- yarn semantic-release
2727
on:
2828
branch: master

0 commit comments

Comments
 (0)