From 754ffc7145a5990325a2392dc5dc6723d7a1777a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 16 Oct 2019 21:05:29 +0200 Subject: [PATCH] Test against the latest rails 5.2 release --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 49eaf3e..0882bd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,9 @@ env: - RAILS=5-2-stable DB=mysql - RAILS=5-2-stable DB=postgres - - RAILS=v5.2.1 DB=sqlite3 - - RAILS=v5.2.1 DB=mysql - - RAILS=v5.2.1 DB=postgres + - RAILS=v5.2.3 DB=sqlite3 + - RAILS=v5.2.3 DB=mysql + - RAILS=v5.2.3 DB=postgres matrix: allow_failures: