Skip to content

Commit

Permalink
feat: re-add semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jul 3, 2020
1 parent 1935334 commit 49b7074
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 49b7074

Please sign in to comment.