Преглед изворни кода

Disable upgrading Carthage temporarily

kishikawa katsumi пре 8 година
родитељ
комит
dbd54ef013
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -3,9 +3,9 @@ osx_image: xcode8
 cache:
 cache:
   directories:
   directories:
   - Lib/vendor/bundle
   - Lib/vendor/bundle
-before_install:
-- brew update
-- brew outdated carthage || brew upgrade carthage
+# before_install:
+# - brew update
+# - brew outdated carthage || brew upgrade carthage
 install:
 install:
 - "(cd Lib && bundle install --path=vendor/bundle --binstubs=vendor/bin)"
 - "(cd Lib && bundle install --path=vendor/bundle --binstubs=vendor/bin)"
 before_script:
 before_script: