Skip to content

Commit 9f290b9

Browse files
committed
chore: Added semantic-release to travis
1 parent bd7084f commit 9f290b9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,17 @@ script:
4444

4545
after_success:
4646
- bash <(curl -s https://codecov.io/bash)
47+
48+
stages:
49+
- test
50+
- name: release
51+
if: branch = master AND type = push AND fork = false
52+
53+
jobs:
54+
include:
55+
- stage: release
56+
language: node_js
57+
node_js: '8'
58+
script:
59+
- npm run build
60+
- npm run semantic-release

0 commit comments

Comments
 (0)