From 55281f70f18e43a28dd0e2c1b4c06f8989da11ae Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Wed, 18 Apr 2018 12:25:47 -0700 Subject: [PATCH] Travis matrix intends to test *different* scenarios These lines both resolved to Rails 5.2.0, for example. The existence of a 5.1.x version means that `~> 5.0` would always resolve to the same thing as `~> 5.1`. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d0a4ff7..91bb7972 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ rvm: env: - 'RAILS_VERSION="~> 4.2"' - - 'RAILS_VERSION="~> 5.0"' - - 'RAILS_VERSION="~> 5.1"' + - 'RAILS_VERSION="~> 5.0.0"' + - 'RAILS_VERSION="~> 5.1.0"' matrix: include: