Skip to content

Commit

Permalink
fix(release): add travis-deploy-once to after-success
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM committed Jul 31, 2018
1 parent d55378d commit 114e4e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ node_js:
- 'node'
- 'lts/*'
script: yarn ci
after_success: yarn release
after_success:
- yarn global add travis-deploy-once
- travis-deploy-once && yarn release

0 comments on commit 114e4e2

Please sign in to comment.