Travis-ci: Apparently the ruby version must be specified

for every allowed failure.
This commit is contained in:
Jon Atack 2014-12-28 00:38:25 +01:00
parent ed02996863
commit 059310d709
1 changed files with 7 additions and 0 deletions

View File

@ -50,17 +50,24 @@ matrix:
- env: RAILS=master DB=sqlite3
- env: RAILS=master DB=mysql
- env: RAILS=master DB=postgres
- rvm: 2.2
env: RAILS=3-2-stable DB=sqlite
- rvm: 2.2
env: RAILS=3-2-stable DB=mysql
- rvm: 2.2
env: RAILS=3-2-stable DB=postgres
- rvm: 2.2
env: RAILS=3-1-stable DB=sqlite
- rvm: 2.2
env: RAILS=3-1-stable DB=mysql
- rvm: 2.2
env: RAILS=3-1-stable DB=postgres
- rvm: 2.2
env: RAILS=3-0-stable DB=sqlite
- rvm: 2.2
env: RAILS=3-0-stable DB=mysql
- rvm: 2.2
env: RAILS=3-0-stable DB=postgres
before_script: