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