From 279f184abf910673069cbfb688794bb452f4509f Mon Sep 17 00:00:00 2001 From: Philipp Fischbeck Date: Thu, 31 Jan 2019 22:31:07 +0100 Subject: [PATCH] Update Ruby versions for Travis CI --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca31fe5..7f490c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: ruby cache: bundler rvm: + - 2.6 + - 2.5 - 2.4 - 2.3 - - 2.2 script: - export RAILS_ENV=test - bundle exec rake db:create db:migrate