Skip to content

Commit

Permalink
Merge pull request #48 from janl/feat/sr
Browse files Browse the repository at this point in the history
feat: re-add semantic release
  • Loading branch information
janl authored Jul 3, 2020
2 parents 1935334 + 49b7074 commit 864f21a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,15 @@ install:
branches:
only:
- master
jobs:
include:
# Define the release stage that runs semantic-release
- stage: release
node_js: lts/*
# Advanced: optionally overwrite your default `script` step to skip the tests
# script: skip
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release

0 comments on commit 864f21a

Please sign in to comment.