Add Rails 5-0-stable tests to Travis CI

This commit is contained in:
Jon Atack 2016-07-14 13:16:29 +02:00
parent 7f4f37fab7
commit ce9c3ce521
1 changed files with 14 additions and 0 deletions

View File

@ -32,6 +32,20 @@ env:
matrix:
include:
- rvm: 2.3.1
env: RAILS=5-0-stable DB=sqlite3
- rvm: 2.3.1
env: RAILS=5-0-stable DB=mysql
- rvm: 2.3.1
env: RAILS=5-0-stable DB=postgres
- rvm: 2.2.5
env: RAILS=5-0-stable DB=sqlite3
- rvm: 2.2.5
env: RAILS=5-0-stable DB=mysql
- rvm: 2.2.5
env: RAILS=5-0-stable DB=postgres
- rvm: 2.3.1
env: RAILS=master DB=sqlite3
- rvm: 2.3.1