Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 5e4c2b6

Browse files
committed
missing skip_cleanup
1 parent 173eafd commit 5e4c2b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ script:
88
- 'npm test'
99
- 'npm run build'
1010
deploy:
11+
skip_cleanup: true
1112
on:
1213
tags: true
1314
provider: npm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@log4js2/core",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"scripts": {
55
"build": "tsc",
66
"lint": "tslint -p tsconfig.json -c tslint.json",

0 commit comments

Comments
 (0)