From a64af5ba2355ac15539b5db2be14545e6a6ad784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 20 Nov 2020 13:58:22 +0100 Subject: [PATCH] Remove redundant CI entries We only care about the latest patch level release for each major Rails. --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b24704..d4828f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,14 +11,6 @@ env: - RAILS=v6.0.2 DB=mysql - RAILS=v6.0.2 DB=postgres - - RAILS=v6.0.1 DB=sqlite3 - - RAILS=v6.0.1 DB=mysql - - RAILS=v6.0.1 DB=postgres - - - RAILS=v6.0.0 DB=sqlite3 - - RAILS=v6.0.0 DB=mysql - - RAILS=v6.0.0 DB=postgres - - RAILS=6-0-stable DB=sqlite3 - RAILS=6-0-stable DB=mysql - RAILS=6-0-stable DB=postgres