Merge pull request #116 from xmartlabs/fixTravis

fix travis CI issue
This commit is contained in:
Martin Barreto 2016-02-02 22:45:25 -03:00
commit e4ce51a18b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ osx_image: xcode7.2
before_install:
- brew update
- brew install carthage
- brew outdated carthage || brew upgrade carthage
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
- carthage update --platform iOS
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet