Skip to content

Commit

Permalink
Upgrade Carthage on Travis if it's already installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed Feb 2, 2016
1 parent 72a1351 commit c4dd5c2
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 @@ -23,7 +23,7 @@ before_install:
pod repo update --silent
elif [ "$TEST_TYPE" = Carthage ]; then
brew update
brew install carthage
brew install carthage || brew upgrade carthage
fi
script:
- |
Expand Down

0 comments on commit c4dd5c2

Please sign in to comment.