summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-01-27 15:32:08 -0500
committerJoel Fischer <joeljfischer@gmail.com>2016-01-27 15:32:08 -0500
commitd937a80656cc91fe53f47d005046cda83fc8da8d (patch)
tree7649d6629e0237b16a1d147f226ca815b51a9b2c
parentbc080518ce075cc2a303f79a07b55cf25eb005f5 (diff)
downloadsdl_ios-d937a80656cc91fe53f47d005046cda83fc8da8d.tar.gz
Fix Carthage not installing to Travis CI
-rw-r--r--.travis.yml4
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