Don't do cleanup on deploy

Travis wipes out node_modules otherwise, which we need for the prepare
stages of the deployment to npm.
This commit is contained in:
Pierre Ossman 2019-04-15 15:45:21 +02:00
parent 9fe2fd04d4
commit 2b2b6073dd
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ jobs:
before_script: skip
deploy:
provider: npm
skip_cleanup: true
email: ossman@cendio.se
api_key:
secure: "Qq2Mi9xQawO2zlAigzshzMu2QMHvu1IaN9l0ZIivE99wHJj7eS5f4miJ9wB+/mWRRgb3E8uj9ZRV24+Oc36drlBTU9sz+lHhH0uFMfAIseceK64wZV9sLAZm472fmPp2xdUeTCCqPaRy7g1XBqiJ0LyZvEFLsRijqcLjPBF+b8w="