Skip to content

Commit 07b3300

Browse files
committed
Merge pull request #155 from rspec/ruby_231
Add support for Ruby 2.3.1
2 parents 25dd535 + 6a1e7a6 commit 07b3300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

travis/.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ cache:
55
- ../bundle
66
before_install:
77
- "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
8+
# 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
9+
- if [ "jruby" != "$TRAVIS_RUBY_VERSION" ]; then gem install bundler --version "!= 1.12.0, != 1.12.1"; fi
1010
bundler_args: "--binstubs --standalone --without documentation --path ../bundle"
1111
script: "script/run_build"
1212
rvm:
@@ -16,7 +16,7 @@ rvm:
1616
- 2.0.0
1717
- 2.1
1818
- 2.2
19-
- 2.3.0
19+
- 2.3.1
2020
- ruby-head
2121
- ree
2222
- rbx

0 commit comments

Comments
 (0)