Skip to content

Commit 2daef64

Browse files
committed
chore(release): put build and deploy step together
1 parent 33cfb0a commit 2daef64

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,10 @@ jobs:
2727
- npm run test:lib:coverage
2828
- npm run report-coverage:lib
2929
skip_cleanup: true
30-
- stage: build
30+
- stage: build & deploy
3131
script:
3232
- npm run build:lib
3333
- npm run build:demo
34-
skip_cleanup: true
35-
- stage: release
36-
script:
3734
- npm run publish
3835
skip_cleanup: true
3936
if: branch = master

0 commit comments

Comments
 (0)