Skip to content

Commit b618bea

Browse files
committed
Add semicolons to travis script commands
1 parent 979b2a7 commit b618bea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ env:
2323
before_install:
2424
- brew update
2525
- if brew list | grep -q carthage; then
26-
echo Carthage installed. Proceed without installing
27-
carthage version
26+
echo Carthage installed. Proceed without installing;
27+
carthage version;
2828
else
29-
echo Carthage not installed. Installing using homebrew
30-
brew install carthage
29+
echo Carthage not installed. Installing using homebrew;
30+
brew install carthage;
3131
fi
3232
- gem install cocoapods -v 1.0.0.beta.2
3333
install:

0 commit comments

Comments
 (0)