Skip to content

Commit 9765d16

Browse files
authored
chore: update semantic-release
1 parent 5360691 commit 9765d16

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Diff for: .travis.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ script:
1515
- yarn lint
1616
- yarn build
1717
- yarn test
18-
after_success:
19-
- npm install -g semantic-release@11 travis-deploy-once@4
20-
- travis-deploy-once "yarn semantic-release"
18+
deploy:
19+
provider: script
20+
skip_cleanup: true
21+
script:
22+
- npx semantic-release@15
23+
on:
24+
branch: master
25+
node_js: '12'
2126
branches:
2227
except:
2328
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)