minor fix

This commit is contained in:
Martin Barreto 2016-01-30 01:17:55 -03:00
parent 65c1546adf
commit 0c1964475a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ before_install:
- brew update
- brew install carthage
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
- carthage update --platform iOS,Mac
- carthage update --platform iOS
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script: