Skip to content

Commit ca3520a

Browse files
authored
Test modern versions of Ruby
1 parent f7c3a68 commit ca3520a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: ruby
22
rvm:
33
- ruby-head
4-
- 2.0
5-
- 2.1
6-
- 2.2
7-
- 2.3
8-
- 2.4
4+
- 2.6
5+
- 2.7
6+
- 2.8
7+
- 2.9
8+
- 3.0
99
cache:
1010
bundler: true
1111
sudo: false

0 commit comments

Comments
 (0)