Skip to content

Commit

Permalink
fix(travis): add sem-release deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Dec 9, 2018
1 parent 93fbb97 commit 30ebdaf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ addons:
- git
- libsecret-1-dev

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

notifications:
email:
on_success: never
Expand Down

0 comments on commit 30ebdaf

Please sign in to comment.