1
0
Fork 0
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:
Paul McMahon 2020-06-10 02:36:18 +09:00 committed by GitHub
parent 08168ca181
commit 28070908ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: