We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25dd535 + 6a1e7a6 commit 07b3300Copy full SHA for 07b3300
travis/.travis.yml
@@ -5,8 +5,8 @@ cache:
5
- ../bundle
6
before_install:
7
- "script/clone_all_rspec_repos"
8
- # Note this doesn't work on JRUBY 2.0.0 mode so we don't do it
9
- - if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler; fi
+ # 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
+ - if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "!= 1.12.0, != 1.12.1"; fi
10
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
11
script: "script/run_build"
12
rvm:
@@ -16,7 +16,7 @@ rvm:
16
- 2.0.0
17
- 2.1
18
- 2.2
19
- - 2.3.0
+ - 2.3.1
20
- ruby-head
21
- ree
22
- rbx
0 commit comments