Skip to content

Commit 9ba1f0e

Browse files
JonRowebenoittgt
authored andcommitted
Pull across changes from rspec/rspec-rails#1982
1 parent c7edde4 commit 9ba1f0e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

travis/.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ cache:
66
- ../bundle
77
before_install:
88
- gem update --system # https://github.com/travis-ci/travis-ci/issues/8978#issuecomment-354036443
9+
- gem install bundler
910
- unset _JAVA_OPTIONS
1011
- "script/clone_all_rspec_repos"
11-
# 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
12-
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "1.11.2"; fi
13-
- alias bundle="bundle _1.11.2_"
1412
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
1513
script: "script/run_build"
1614
rvm:

0 commit comments

Comments
 (0)