diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 300cb4199..0262d35e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,9 @@ notifications: before_install: - brew update - brew outdated xctool || brew upgrade xctool - - brew outdated carthage || brew upgrade 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 bootstrap --platform ios |