Skip to content

Commit 762ece8

Browse files
committed
chore(semanticrelease): adjust deploy script
1 parent 1040f68 commit 762ece8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ jobs:
1616
script: npm run report:coverage
1717
skip_cleanup: true
1818
- stage: Build & publish
19-
node_js: lts/*
20-
deploy:
21-
provider: script
22-
skip_cleanup: true
23-
script:
24-
- npm run build
25-
- npx semantic-release
19+
script:
20+
- npm run build
21+
- npx semantic-release
2622
if: branch = master

0 commit comments

Comments
 (0)