Skip to content

Commit 92a081d

Browse files
authored
CI: Use same Ruby version matrix as Ruby
The Ruby support schedule currently contains 2.5-2.7. https://www.ruby-lang.org/en/downloads/branches/
1 parent 323e931 commit 92a081d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: ruby
2-
sudo: false
2+
33
rvm:
4+
- 2.7
5+
- 2.6
46
- 2.5
5-
- 2.4
6-
- 2.3
7-
- 2.2
8-
- 2.1
9-
- jruby-9.1.7.0
7+
108
env:
119
global:
1210
- PARSE_HOST=https://parse-ruby-client-server.herokuapp.com

0 commit comments

Comments
 (0)