Skip to content

Commit

Permalink
feat(build): Enable deployment from Tavis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-malhotra1 committed Jul 14, 2020
1 parent 5d9da89 commit 6e701b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ before_deploy:
- npm install @semantic-release/git
- npm install @semantic-release/github
#
# deploy:
deploy:
- provider: script
script: npx semantic-release
skip_cleanup: true
Expand Down

0 comments on commit 6e701b8

Please sign in to comment.