Commit 80334c51 authored by Dimitris Koutsogiorgas's avatar Dimitris Koutsogiorgas Committed by GitHub

Merge pull request #6744 from dnkoutso/disable_bundler_check

Disable version check from bundler
parents c310381f 36afaa94
...@@ -54,6 +54,8 @@ before_install: ...@@ -54,6 +54,8 @@ before_install:
before_script: before_script:
- git config --global user.email "tests@cocoapods.org" - git config --global user.email "tests@cocoapods.org"
- git config --global user.name "CocoaPods Tests" - git config --global user.name "CocoaPods Tests"
# Disable bundler version check mechanism, as it crashes, possibly due to https://github.com/bundler/bundler/commit/1e05d24050b4177e9a8001b7c1083d713b474faf
- bundle config disable_version_check true
- bundle exec pod env - bundle exec pod env
script: script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment