Skip to content

Commit

Permalink
fix: edited .travis.yml to address the release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
briosheje committed Jul 10, 2019
1 parent 09d2e4d commit b46bdb6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ after_success:
branches:
except:
- /^v\d+\.\d+\.\d+$/
jobs:
include:
# Define the release stage that runs semantic-release
- stage: release
node_js: lts/*
# Advanced: optionally overwrite your default `script` step to skip the tests
# script: skip
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tszip",
"version": "1.0.0",
"version": "0.0.0-development",
"description": "An implementation of the `zip` python method, in typescript / javascript.",
"keywords": [
"typescript",
Expand Down

0 comments on commit b46bdb6

Please sign in to comment.