Skip to content

Commit 0855dc5

Browse files
committed
misc(travis): revise travis.yml
1 parent 7a5118c commit 0855dc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
include:
4242
- stage: commit lint
4343
script: commitlint-travis
44-
45-
after_success:
46-
- echo "Deploying new webpack-cli version to npm ..."
47-
- npm run travis-deploy-once "npm run semantic-release"
44+
- stage: NPM release
45+
if: branch = master
46+
node_js: "lts/*"
47+
script: npm run travis-deploy-once "npm run semantic-release"

0 commit comments

Comments
 (0)