Skip to content

Commit 44a09fc

Browse files
committed
travis - removed jobs
1 parent 3710dce commit 44a09fc

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.travis.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,13 @@ script:
1616
- 'npm run test'
1717
- 'npm run build'
1818
# specify a job to run
19-
jobs:
20-
include:
21-
- stage: npm release
22-
node_js: "16"
23-
script: echo "Deploying to npm ..."
24-
deploy:
25-
on:
26-
branch: main
27-
tags: true
28-
provider: npm
29-
email: $NPM_EMAIL_ADDRESS
30-
api_key: $NPM_API_KEY
19+
deploy:
20+
on:
21+
branch: main
22+
tags: true
23+
skip_cleanup: true
24+
provider: npm
25+
email: $NPM_EMAIL_ADDRESS
26+
api_key: $NPM_API_KEY
3127

3228

0 commit comments

Comments
 (0)