Skip to content

Commit 204d8c9

Browse files
author
Daniel Magliola
authored
Merge pull request #187 from prometheus/support_latest_rubies
Support Latest Ruby versions
2 parents c80c550 + 7526c92 commit 204d8c9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ before_install:
55
- |
66
if [[ "$(ruby -e 'puts RUBY_VERSION')" != 1.* ]]; then gem update --system; fi
77
rvm:
8-
- 2.3.8
9-
- 2.4.5
10-
- 2.5.3
11-
- 2.6.0
8+
- 2.5.8
9+
- 2.6.6
10+
- 2.7.1
1211
- jruby-9.1.9.0

0 commit comments

Comments
 (0)