diff options
author | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2017-12-22 17:20:30 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2017-12-22 18:30:03 +0900 |
commit | b2d2a1da62a2a827ff120d96fdff0307608e28d1 (patch) | |
tree | b3f864b3c1ac82abba6cf3e4accc14b225fd9623 | |
parent | 7d0607094cbc48cf78513ccb076a7c31e6a68817 (diff) | |
download | rails-b2d2a1da62a2a827ff120d96fdff0307608e28d1.tar.gz rails-b2d2a1da62a2a827ff120d96fdff0307608e28d1.tar.bz2 rails-b2d2a1da62a2a827ff120d96fdff0307608e28d1.zip |
Temporary disabled using rubygems 2.7.
RubyGems 2.7 promote bundler-1.16 to default gems.
It conflicts Travis environment and user installed bundler.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index be41734a57..6d9099831d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ addons: bundler_args: --without test --jobs 3 --retry 3 before_install: - "rm ${BUNDLE_GEMFILE}.lock" - - "travis_retry gem update --system" + - "travis_retry gem update --system 2.6.14" - "travis_retry gem install bundler -v 1.15.4" - "[ -f /tmp/beanstalkd-1.10/Makefile ] || (curl -L https://github.com/kr/beanstalkd/archive/v1.10.tar.gz | tar xz -C /tmp)" - "pushd /tmp/beanstalkd-1.10 && make && (./beanstalkd &); popd" |