From 3cae9da296ce994c30ddd26be4cab71771cf5a4c Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 26 Sep 2019 11:21:21 +0300 Subject: [PATCH] Do not specify minor ruby version for rvm in travis This helps not to perform commit like this: https://github.com/sds/overcommit/commit/2ccd9bd7d86e369135c698ad9c8f9274d8b1570b --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 31b4fb5e..f12366a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ language: ruby cache: bundler rvm: - - 2.4.7 - - 2.5.6 - - 2.6.4 + - 2.4 + - 2.5 + - 2.6 before_script: - git config --global user.email "travis@travis.ci"