Skip to content

Commit 7a5118c

Browse files
committed
chore(travis): revise travis
1 parent d377019 commit 7a5118c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)