Skip to content

Commit 323320e

Browse files
committed
Remove old bundler work around
1 parent bd4df68 commit 323320e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ bundler_args: "--binstubs --path ../bundle --retry=3 --jobs=3"
2424

2525
before_install:
2626
- script/clone_all_rspec_repos
27-
# Note this doesn't work on JRUBY 2.0.0 mode so we don't do it, the excluded versions are broken on Ruby 2.3
28-
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "1.15.4"; fi
29-
- alias bundle="bundle _1.15.4_"
3027

3128
before_script:
3229
# Rails 4.x complains with a bundler rails binstub in PROJECT_ROOT/bin/

0 commit comments

Comments
 (0)