Skip to content

Commit 38d2eeb

Browse files
authored
Merge pull request #165 from rspec/ruby_build_matrix_updates
Ruby build matrix updates
2 parents 9f837cd + cca6882 commit 38d2eeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

travis/.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ rvm:
1919
- 2.1
2020
- 2.2.5
2121
- 2.3.1
22+
- 2.4.0-preview1
2223
- ruby-head
2324
- ree
2425
- rbx
@@ -32,11 +33,14 @@ matrix:
3233
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
3334
- rvm: jruby
3435
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
36+
- rvm: jruby-9.1.2.0
37+
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
3538
allow_failures:
3639
- rvm: jruby-head
3740
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
3841
- rvm: ruby-head
3942
- rvm: rbx
43+
- rvm: 2.4.0-preview1
4044
fast_finish: true
4145
branches:
4246
only:

0 commit comments

Comments
 (0)