Skip to content

Commit 6fae64e

Browse files
committed
ci: Added deploy script to travis-ci
1 parent b72e569 commit 6fae64e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ install:
1515

1616
script:
1717
- npm run build
18+
19+
deploy:
20+
provider: script
21+
script: npm run semantic-release
22+
on:
23+
branch: master

0 commit comments

Comments
 (0)