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 1, 2016
1 parent 4a0f1a0 commit b63430c
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 b63430c

Please sign in to comment.