Skip to content

Commit

Permalink
Merge pull request #41 from tjinauyeung/ci/install-semantic-release
Browse files Browse the repository at this point in the history
Ci/install semantic release
  • Loading branch information
tiaanduplessis authored Jul 19, 2020
2 parents d7398ea + 9804c57 commit 0e39bde
Show file tree
Hide file tree
Showing 3 changed files with 5,684 additions and 169 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@ language: node_js
node_js:
- 10
- node

jobs:
include:
- stage: release
node_js: lts/*
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
Loading

0 comments on commit 0e39bde

Please sign in to comment.