From 8c8953c507c9e4ae2e4b2a24bbd24937de5e1e4a Mon Sep 17 00:00:00 2001 From: John Rommel Estropia Date: Wed, 17 Feb 2016 01:57:28 +0900 Subject: [PATCH] updated .travis.yml --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 326a126..ad15d8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: