Changes on Travis:
* Remove Ruby 1.9.2 testing * Allow Rubinius to fail
This commit is contained in:
parent
69b9699fca
commit
d1bfab99ce
1 changed files with 3 additions and 1 deletions
|
@ -10,9 +10,11 @@ notifications:
|
||||||
env:
|
env:
|
||||||
- DB=postgresql
|
- DB=postgresql
|
||||||
- DB=mysql
|
- DB=mysql
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rvm: rbx
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- rbx
|
- rbx
|
||||||
- jruby
|
- jruby
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue