Skip to content

Commit

Permalink
Fixed installing carthage for tests in CircleCI (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
Przytua committed Dec 19, 2017
1 parent 6a4ebbb commit 6cd8729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ machine:
version: 9.0
dependencies:
pre:
- brew install carthage
- brew update
- brew install carthage || brew upgrade carthage
- gem install bundler
test:
override:
Expand Down

0 comments on commit 6cd8729

Please sign in to comment.