Commit 6ea7bc27e4d143acbabf9fef2a95a7cc0ba997b7
Exists in
master
and in
4 other branches
Merge pull request #2533 from gliptak/master
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 | 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 |