Use ruby 1.9.3-p327 on travis-ci
This commit is contained in:
parent
fb470e8e2a
commit
e47104bd7a
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
language: ruby
|
||||||
env:
|
env:
|
||||||
- DB=postgresql
|
- DB=postgresql
|
||||||
- DB=mysql
|
- DB=mysql
|
||||||
|
@ -8,7 +9,7 @@ branches:
|
||||||
only:
|
only:
|
||||||
- 'master'
|
- 'master'
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.2
|
- 1.9.3-p327
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
- postgresql
|
- postgresql
|
||||||
|
|
Loading…
Reference in a new issue