Skip to content

Commit b985782

Browse files
author
Simon Hofmann
committed
Disabled cleanup on publish
1 parent 7803b31 commit b985782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_deploy:
2222

2323
deploy:
2424
- provider: script
25-
skip_cleanup: false
25+
skip_cleanup: true
2626
script: npm publish
2727
on:
2828
tags: true

0 commit comments

Comments
 (0)