Skip to content

Commit a3bcb8d

Browse files
committed
fix(travis-ci): update publish build step
1 parent f2466ae commit a3bcb8d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
language: node_js
22

3-
after_success: npm run build
4-
5-
deploy:
6-
provider: script
7-
script: npm run semantic-release
8-
skip_cleanup: true
9-
on:
10-
branch: master
3+
after_success:
4+
- npm run build
5+
- npm run semantic-release

0 commit comments

Comments
 (0)