Skip to content

Commit 979b2a7

Browse files
committed
Log out which version of carthage is installed if it's present
1 parent 87bf3e3 commit 979b2a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ before_install:
2424
- brew update
2525
- if brew list | grep -q carthage; then
2626
echo Carthage installed. Proceed without installing
27+
carthage version
2728
else
2829
echo Carthage not installed. Installing using homebrew
2930
brew install carthage

0 commit comments

Comments
 (0)