We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979b2a7 commit b618beaCopy full SHA for b618bea
.travis.yml
@@ -23,11 +23,11 @@ env:
23
before_install:
24
- brew update
25
- if brew list | grep -q carthage; then
26
- echo Carthage installed. Proceed without installing
27
- carthage version
+ echo Carthage installed. Proceed without installing;
+ carthage version;
28
else
29
- echo Carthage not installed. Installing using homebrew
30
- brew install carthage
+ echo Carthage not installed. Installing using homebrew;
+ brew install carthage;
31
fi
32
- gem install cocoapods -v 1.0.0.beta.2
33
install:
0 commit comments