diff --git a/.travis.yml b/.travis.yml index b516e97..8f0b241 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ rvm: - 2.5 env: + - RAILS=6-0-stable DB=sqlite3 + - RAILS=6-0-stable DB=mysql + - RAILS=6-0-stable DB=postgres + - RAILS=5-2-stable DB=sqlite3 - RAILS=5-2-stable DB=mysql - RAILS=5-2-stable DB=postgres