To use rubygems-2.7.4 on Travis CI

This commit is contained in:
SHIBATA Hiroshi 2017-12-25 19:12:17 +09:00
parent 732aa34b6e
commit 6fd0a658ee
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ addons:
bundler_args: --without test --jobs 3 --retry 3
before_install:
- "rm ${BUNDLE_GEMFILE}.lock"
- "travis_retry gem update --system 2.6.14"
- "travis_retry gem update --system"
- "travis_retry gem install bundler"
- "[ -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"