Skip to content

Commit 464c1e2

Browse files
committed
Update travis
1 parent b625e39 commit 464c1e2

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

.travis.yml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
language: ruby
22

3+
before_install:
4+
- gem install bundler -v '< 2'
5+
6+
dist: xenial
7+
group: edge
8+
39
rvm:
410
- 1.9.3
5-
- 2.0.0
11+
- 2.0
612
- 2.1
713
- 2.2
8-
- 2.3.0
9-
- 2.4.0
10-
- jruby
14+
- 2.3
15+
- 2.4
16+
- 2.5
17+
- 2.6
18+
- 2.7
19+
- jruby-9.1
20+
- jruby-9.2
1121

1222
sudo: false
1323

@@ -21,12 +31,14 @@ bundler_args: --without docs release repl
2131

2232
matrix:
2333
exclude:
24-
- rvm: jruby
34+
- rvm: jruby-9.1
35+
env: KITCHEN_SINK=1
36+
- rvm: jruby-9.2
2537
env: KITCHEN_SINK=1
2638
include:
27-
- rvm: 2.3.0
39+
- rvm: 2.3
2840
env: OLD_OJ=1
29-
- rvm: 2.3.0
41+
- rvm: 2.3
3042
env: OLD_OX=1
3143

3244
notifications:

0 commit comments

Comments
 (0)