Skip to content

Commit

Permalink
Add a condition for deploy.on in .travis.yml
Browse files Browse the repository at this point in the history
This might be required since there is SPM job too.

https://docs.travis-ci.com/user/deployment/#Conditional-Releases-with-on%3A
  • Loading branch information
ikesyo committed Jan 31, 2016
1 parent c383081 commit f3a7db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ deploy:
on:
repo: Carthage/Commandant
tags: true
condition: $JOB = Xcode

0 comments on commit f3a7db8

Please sign in to comment.