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.
1 parent b625e39 commit 464c1e2Copy full SHA for 464c1e2
.travis.yml
@@ -1,13 +1,23 @@
1
language: ruby
2
3
+before_install:
4
+ - gem install bundler -v '< 2'
5
+
6
+dist: xenial
7
+group: edge
8
9
rvm:
10
- 1.9.3
- - 2.0.0
11
+ - 2.0
12
- 2.1
13
- 2.2
- - 2.3.0
- - 2.4.0
- - jruby
14
+ - 2.3
15
+ - 2.4
16
+ - 2.5
17
+ - 2.6
18
+ - 2.7
19
+ - jruby-9.1
20
+ - jruby-9.2
21
22
sudo: false
23
@@ -21,12 +31,14 @@ bundler_args: --without docs release repl
31
32
matrix:
33
exclude:
24
- - rvm: jruby
34
+ - rvm: jruby-9.1
35
+ env: KITCHEN_SINK=1
36
+ - rvm: jruby-9.2
25
37
env: KITCHEN_SINK=1
26
38
include:
27
- - rvm: 2.3.0
39
+ - rvm: 2.3
28
40
env: OLD_OJ=1
29
41
30
42
env: OLD_OX=1
43
44
notifications:
0 commit comments