Skip to content

Commit 18dbda4

Browse files
committed
Change to use latest Rubies and add TruffleRuby to the mix
1 parent 2b69858 commit 18dbda4

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

.travis.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
---
22
language: ruby
3-
cache: bundler
3+
before_install: "gem install bundler -v '< 2.0'"
44
script: "bundle exec rake ci"
55
rvm:
6-
- 2.0.0
7-
- 2.1.10
8-
- 2.2.9
9-
- 2.3.6
10-
- 2.4.3
11-
- 2.5.8
12-
- 2.6.6
13-
- 2.7.1
6+
- 2.0
7+
- 2.1
8+
- 2.2
9+
- 2.3
10+
- 2.4
11+
- 2.5
12+
- 2.6
13+
- 2.7
1414
- ruby-head
15-
- jruby-9000
15+
- jruby-9.2.11.1
1616
- jruby-head
17+
- truffleruby
1718
matrix:
1819
allow_failures:
1920
- rvm: ruby-head
2021
- rvm: jruby-head
22+
- rvm: jruby-9.2.11.1
23+
- rvm: truffleruby
2124
fast_finish: true
2225
notifications:
2326
email: false

0 commit comments

Comments
 (0)