Skip to content

Commit

Permalink
fix: semver-rel
Browse files Browse the repository at this point in the history
  • Loading branch information
zetxx committed Nov 8, 2019
1 parent 183969a commit 5af99db
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ jobs:
include:
- stage: test
script: npm run unit-test
#- stage: prerelease
# script: npm run semantic-release
- stage: release
deploy:
provider: script
skip_cleanup: true
on: master
script:
- npx semantic-release
email: zetxx@belogradchik.biz
api_key: $NPM_API_KEY
on: master
- npx semantic-release

0 comments on commit 5af99db

Please sign in to comment.