Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed May 19, 2019
1 parent 9cc7f8d commit e67a49f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ jobs:
script: skip
deploy:
provider: script
script: mix hex.publish --yes --dry-run
script: mix hex.publish --yes
skip_cleanup: true
on:
tags: true
all_branches: true

0 comments on commit e67a49f

Please sign in to comment.