Commit e47104bd7a08c57f6dc6e5e8b9b5f2a63c75f9eb

Authored by gliptak
1 parent fb470e8e

Use ruby 1.9.3-p327 on travis-ci

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
.travis.yml
  1 +language: ruby
1 2 env:
2 3 - DB=postgresql
3 4 - DB=mysql
... ... @@ -8,7 +9,7 @@ branches:
8 9 only:
9 10 - 'master'
10 11 rvm:
11   - - 1.9.2
  12 + - 1.9.3-p327
12 13 services:
13 14 - mysql
14 15 - postgresql
... ...