Skip to content

Commit 38d67ca

Browse files
committed
ci(deploy): Add deploy configuration.
1 parent 31e01d9 commit 38d67ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ cache:
1010
after_success:
1111
- npm i -g coveralls
1212
- cat .coverage/lcov.info | coveralls
13+
- npm run chore:deploy "npm run chore:release"
14+
15+
branches:
16+
except:
17+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)