updated .travis.yml

This commit is contained in:
John Rommel Estropia
2016-02-17 01:57:28 +09:00
parent 66892f22a3
commit 8c8953c507

View File

@@ -22,8 +22,9 @@ env:
before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- brew update
- brew install carthage
- curl -OlL "https://github.com/Carthage/Carthage/releases/download/0.11/Carthage.pkg"
- sudo installer -pkg "Carthage.pkg" -target /
- rm "Carthage.pkg"
before_script:
- carthage update --use-submodules
script: