Skip to content

Commit

Permalink
CI: Use same Ruby version matrix as Ruby
Browse files Browse the repository at this point in the history
The Ruby support schedule currently contains 2.5-2.7. https://www.ruby-lang.org/en/downloads/branches/
  • Loading branch information
olleolleolle authored Apr 24, 2020
1 parent 323e931 commit 92a081d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: ruby
sudo: false

rvm:
- 2.7
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2
- 2.1
- jruby-9.1.7.0

env:
global:
- PARSE_HOST=https://parse-ruby-client-server.herokuapp.com
Expand Down

0 comments on commit 92a081d

Please sign in to comment.