From 71cf9994cb1f5c9ae7dbefd970c16e4848eecf3d Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Thu, 12 Dec 2019 17:51:46 +0200 Subject: [PATCH] Remove Ruby version from Travis config and let it use .ruby-version --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 24918ddbc..20417c6fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,4 @@ language: ruby -rvm: - - 2.4 - - 2.5 cache: bundler env: - DB=postgresql