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: