Skip to content

Commit

Permalink
build(release): enable auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
z0al committed Jul 10, 2019
1 parent 8363c0f commit 5c9d474
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ node_js:

cache: npm

# jobs:
# include:
# # Define the release stage that runs semantic-release
# - stage: release
# node_js: lts/*
# deploy:
# provider: script
# skip_cleanup: true
# script:
# - npx semantic-release
jobs:
include:
# Define the release stage that runs semantic-release
- stage: release
node_js: lts/*
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release

notifications:
email: false

0 comments on commit 5c9d474

Please sign in to comment.