Update Travis config

This commit is contained in:
Basti 2020-05-26 12:32:19 +02:00
parent ae5c02b7ed
commit 33134c12f4
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

View File

@ -1,5 +1,6 @@
sudo: false sudo: false
language: ruby language: ruby
rvm: rvm:
- 2.3.1 - 2.6.6
before_install: gem install bundler -v 1.16.2 cache: bundler
before_install: gem install bundler