Skip to content

Commit 864f21a

Browse files
authored
Merge pull request #48 from janl/feat/sr
feat: re-add semantic release
2 parents 1935334 + 49b7074 commit 864f21a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,15 @@ install:
1010
branches:
1111
only:
1212
- master
13+
jobs:
14+
include:
15+
# Define the release stage that runs semantic-release
16+
- stage: release
17+
node_js: lts/*
18+
# Advanced: optionally overwrite your default `script` step to skip the tests
19+
# script: skip
20+
deploy:
21+
provider: script
22+
skip_cleanup: true
23+
script:
24+
- npx semantic-release

0 commit comments

Comments
 (0)