Revert "Merge pull request #31025 from y-yagi/follow_up_31023_part2"

This reverts commit 6f481e05bb, reversing
changes made to 592f790b76.

In favor of #31039.
This commit is contained in:
Ryuta Kamizono 2017-11-03 23:41:35 +09:00
parent 015239a729
commit 288fbc7ff4
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ 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 || true"
- "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"