Update tested versions of ruby on Travis (#1160)

This commit is contained in:
Matthew Peveler
2019-10-31 12:05:53 -03:00
parent 73e45c537c
commit 391f3d8206

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