Browse Source

Disable upgrading Carthage temporarily

kishikawa katsumi 8 năm trước cách đây
mục cha
commit
dbd54ef013
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

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