Skip to content

Commit 606ceb2

Browse files
committed
Update Carthage on Travis-CI if it's already installed.
1 parent 7467d1b commit 606ceb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525
bundle install
2626
if [ "$TEST_TYPE" == "Carthage" ]; then
2727
brew update
28-
brew install carthage
28+
brew install carthage || brew upgrade carthage
2929
fi
3030
fi
3131
script:

0 commit comments

Comments
 (0)