未验证 提交 6f481e05 编写于 作者: G Guillermo Iguaran 提交者: GitHub

Merge pull request #31025 from y-yagi/follow_up_31023_part2

Remove bundler 1.16.0
......@@ -28,6 +28,7 @@ bundler_args: --without test --jobs 3 --retry 3
before_install:
- "rm ${BUNDLE_GEMFILE}.lock"
- "travis_retry gem update --system"
- "rvm @global do gem uninstall bundler --all --ignore-dependencies --executables"
- "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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册