Skip to content

Commit b33ea28

Browse files
authored
build: Remove travis-deploy-once and use npx semantic-release
1 parent 8a234b0 commit b33ea28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ node_js:
66
- '8'
77
after_success:
88
- 'bash <(curl -s https://codecov.io/bash)'
9-
- yarn global add travis-deploy-once
10-
- travis-deploy-once "yarn global add semantic-release@13 && semantic-release"
9+
- npx semantic-release
1110
branches:
1211
except:
1312
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)