We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc7ff3 commit c06588fCopy full SHA for c06588f
.travis.yml
@@ -4,19 +4,12 @@ env:
4
- JRUBY_OPTS="$JRUBY_OPTS --debug"
5
language: ruby
6
rvm:
7
+ - jruby-9.1.7.0
8
+ - 2.0.0
9
- 2.1
10
- 2.2
- - 2.3.0
- - 2.3.1
11
- - 2.3.2
12
- 2.3.3
13
- 2.4.0
14
- - ruby-head
15
- - jruby-9.1.6.0
16
- - jruby-head
17
matrix:
18
- allow_failures:
19
- - rvm: ruby-head
20
- - rvm: jruby-head
21
fast_finish: true
22
sudo: false
README.md
@@ -62,7 +62,7 @@ versions:
62
* Ruby 2.2.x
63
* Ruby 2.3.x
64
* Ruby 2.4.x
65
-* JRuby 9.1.6.0
+* JRuby 9.1.x.x
66
67
If something doesn't work on one of these versions, it's a bug.
68
0 commit comments