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 9f837cd + cca6882 commit 38d2eebCopy full SHA for 38d2eeb
travis/.travis.yml
@@ -19,6 +19,7 @@ rvm:
19
- 2.1
20
- 2.2.5
21
- 2.3.1
22
+ - 2.4.0-preview1
23
- ruby-head
24
- ree
25
- rbx
@@ -32,11 +33,14 @@ matrix:
32
33
env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
34
- rvm: jruby
35
36
+ - rvm: jruby-9.1.2.0
37
+ env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
38
allow_failures:
39
- rvm: jruby-head
40
41
- rvm: ruby-head
42
- rvm: rbx
43
+ - rvm: 2.4.0-preview1
44
fast_finish: true
45
branches:
46
only:
0 commit comments