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
  1 +language: ruby
1 env: 2 env:
2 - DB=postgresql 3 - DB=postgresql
3 - DB=mysql 4 - DB=mysql
@@ -8,7 +9,7 @@ branches: @@ -8,7 +9,7 @@ branches:
8 only: 9 only:
9 - 'master' 10 - 'master'
10 rvm: 11 rvm:
11 - - 1.9.2 12 + - 1.9.3-p327
12 services: 13 services:
13 - mysql 14 - mysql
14 - postgresql 15 - postgresql