Skip to content

Commit

Permalink
Merge pull request Carthage#85 from Carthage/fix-travis-before-deploy
Browse files Browse the repository at this point in the history
[Travis] Fix `before_deploy`
  • Loading branch information
mdiep committed Nov 8, 2016
2 parents ed83e4e + 60eb9e8 commit 3dc139b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ notifications:
secure: DBDJCDEfXVb4g1/vziIYpjwCE5dh75SwBGZAcqbk6wOl6KFS9lA+fk/PtAbuXAEkRNr5qv56aQ+NPRnjSdqmhKB9bwywxUI7LA1JlvxAk6HUya0XWLLH0dvkRJG1o6QWiOnZ79gjWvl/VuN/YH9X7SgwdTTA4xush8ogP+ku8YE=
before_deploy:
- brew update
- brew install carthage
- brew outdated carthage || brew upgrade carthage
- carthage build --no-skip-current --platform mac
- carthage archive Commandant
deploy:
Expand Down

0 comments on commit 3dc139b

Please sign in to comment.