Skip to content

Commit

Permalink
build: enable semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpopp07 committed Nov 26, 2018
1 parent 5f1fab0 commit fb8ecca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ script:
- sh scripts/typedoc/generate_typedoc.sh
after_success:
- npm run report-coverage
# - scripts/jsdoc/publish.sh
# deploy:
# - provider: script
# skip_cleanup: true
# script: npx semantic-release
# on:
# node: 8
- scripts/jsdoc/publish.sh
deploy:
- provider: script
skip_cleanup: true
script: npx semantic-release
on:
node: 8

0 comments on commit fb8ecca

Please sign in to comment.