From 51633bbd8120b9a42075862d71cdf7add3869387 Mon Sep 17 00:00:00 2001 From: Denys Telezhkin Date: Thu, 7 Jul 2016 21:20:03 +0300 Subject: [PATCH] disable carthage installation --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ca1f7841..f964c390 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,6 @@ osx_image: xcode7.3 script: - git submodule update --init --recursive - - brew update - - brew install carthage || brew outdated carthage || brew upgrade carthage + # - brew update + # - brew install carthage || brew outdated carthage || brew upgrade carthage - make install-$ACTION && make test-$ACTION