From ac6d878b37537df10fff8513e3f3b970d1a9ad76 Mon Sep 17 00:00:00 2001 From: Nathan Racklyeft Date: Sat, 13 Feb 2016 15:38:34 -0800 Subject: [PATCH] Comment out carthage installation in travis build It seems that it's already provided on the image now. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e845ace..36891129 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: objective-c osx_image: xcode7.2 -before_install: - - brew update - - brew install carthage +#before_install: +# - brew update +# - brew install carthage before_script: - carthage bootstrap before_deploy: