Skip to content

Commit

Permalink
Improve deployment script so it does not interfere on everything else
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas committed Feb 9, 2019
1 parent 1e2e239 commit 4be34a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ node_js:
- "8"
deploy:
provider: script
script: npm publish
script: "cp .npmrc.template $HOME/.npmrc && npm publish"
on:
branch: master

0 comments on commit 4be34a9

Please sign in to comment.