Skip to content

Commit

Permalink
Release via CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
chuganzy committed Feb 4, 2018
1 parent 6f4a3de commit 66c50c7
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ before_deploy:
after_success:
- bash <(curl -s https://codecov.io/bash)
deploy:
provider: releases
api_key: ${GITHUB_API_TOKEN}
file: HCImageBPG.framework.zip
skip_cleanup: true
on:
tags: true
- provider: releases
api_key: ${GITHUB_API_TOKEN}
file: HCImageBPG.framework.zip
skip_cleanup: true
on:
tags: true
repo: chuganzy/HCImage-BPG
- provider: script
script: bundle exec pod trunk push
on:
tags: true
repo: chuganzy/HCImage-BPG

0 comments on commit 66c50c7

Please sign in to comment.