Update tested versions of ruby on Travis (#1160)

This commit is contained in:
Matthew Peveler 2019-10-31 12:05:53 -03:00 committed by GitHub
parent 19eb770ca1
commit 043c792c0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
sudo: false
language: ruby
rvm:
- 2.3.3
- 2.4.0
- 2.3
- 2.4
- 2.5
- 2.6
cache: bundler
before_install:
- gem update --system
- gem install bundler
cache: bundler
script: bundle exec middleman build