Skip to content

Commit

Permalink
chore: Simplify semantic release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Mar 15, 2019
1 parent c5d828d commit b917e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node_js:
- '8'
- '6'
after_success:
- npm run travis-deploy-once "npm run semantic-release"
- npx semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit b917e30

Please sign in to comment.