Skip to content

Commit

Permalink
fix: add schemantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
peec committed Sep 16, 2020
1 parent 4c2d256 commit 3785c4c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@ language: node_js
node_js:
- '10'
- '12'

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 3785c4c

Please sign in to comment.