Skip to content

Commit

Permalink
build(release): enable semantic-release on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
z0al committed Feb 24, 2019
1 parent 4f91ce4 commit 040d6dc
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 @@ -5,16 +5,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 040d6dc

Please sign in to comment.