Skip to content

Commit

Permalink
Fix travis setting for carthage already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
yonekawa committed Dec 9, 2016
1 parent bcc9852 commit 33f5012
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 @@ -11,7 +11,7 @@ git:
before_install:
- git submodule update --init --recursive
- brew update
- brew install carthage
- brew ls --versions carthage || brew install carthage

script:
- pod repo update
Expand Down

0 comments on commit 33f5012

Please sign in to comment.