Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 345233f

Browse files
committed
Remove workaround for Bundler in .travis.yml
1 parent 130d25f commit 345233f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ sudo: false
66
cache:
77
directories:
88
- ../bundle
9-
before_install:
10-
- "script/clone_all_rspec_repos"
11-
# Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004
12-
# Note this doesn't work on JRUBY 2.0.0 mode so we don't do it
13-
- if [ -z "$JRUBY_OPTS" ]; then gem install bundler -v=1.5.3 && alias bundle="bundle _1.5.3_"; fi
149
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
1510
script: "script/run_build"
1611
rvm:

0 commit comments

Comments
 (0)