Update ruby version in .travis.yml

This commit is contained in:
lorin 2018-07-26 17:14:44 +02:00 committed by GitHub
parent 86657215df
commit abfd00a52a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
sudo: false
language: ruby
rvm:
- 2.2.0
- 2.5.0
before_script:
- "RAILS_ENV=test bundle exec rake db:create"