Skip to content

Commit

Permalink
ci(travis): add semantic-release to Travis stages
Browse files Browse the repository at this point in the history
  • Loading branch information
samir-araujo committed Apr 1, 2020
1 parent 34b9a19 commit f4d4e6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ jobs:
- stage: Produce Coverage
node_js: node
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
- stage: Deploy
node_js: node
deploy:
provider: script
skip_cleanup: true
script:
- yarn semantic-release

0 comments on commit f4d4e6a

Please sign in to comment.