From cac9be21f0df4f02a79d4fb995133f6b57b26981 Mon Sep 17 00:00:00 2001 From: Greg Molnar Date: Thu, 31 Oct 2019 07:57:48 +0100 Subject: [PATCH] allow CI failure on Rails 6.0 stable --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5167bb1..d37adcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,9 @@ matrix: - env: RAILS=5-2-stable DB=sqlite3 - env: RAILS=5-2-stable DB=mysql - env: RAILS=5-2-stable DB=postgres + - env: RAILS=6-0-stable DB=sqlite3 + - env: RAILS=6-0-stable DB=mysql + - env: RAILS=6-0-stable DB=postgres before_script: - if [ "$DB" = "mysql" ]; then