Skip to content

Commit

Permalink
ci: remove travis deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lzear committed Oct 18, 2020
1 parent 9021961 commit 10b8d7b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,3 @@ 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

0 comments on commit 10b8d7b

Please sign in to comment.