mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Use travis-ci's rvm aliases (#2337)
This way, we don't need to upgrade our .travis.yml when a new minor version is released.
This commit is contained in:
parent
08168ca181
commit
28070908ad
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ language: ruby
|
|||
cache: bundler
|
||||
rvm:
|
||||
- ruby-head
|
||||
- 2.7.0
|
||||
- 2.6.3
|
||||
- 2.5.5
|
||||
- 2.7
|
||||
- 2.6
|
||||
- 2.5
|
||||
os:
|
||||
- linux
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue