diff options
author | gliptak <gliptak@users.sourceforge.net> | 2013-01-09 14:43:49 -0500 |
---|---|---|
committer | gliptak <gliptak@users.sourceforge.net> | 2013-01-09 14:43:49 -0500 |
commit | e47104bd7a08c57f6dc6e5e8b9b5f2a63c75f9eb (patch) | |
tree | d21c62092793eccaaa64bb5905ab785b25650124 /.travis.yml | |
parent | fb470e8e2aff80a16b56f9c5422c04e74dcb213c (diff) | |
download | gitlab-ce-e47104bd7a08c57f6dc6e5e8b9b5f2a63c75f9eb.tar.gz |
Use ruby 1.9.3-p327 on travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e8bd744267f..6d39488df27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +language: ruby env: - DB=postgresql - DB=mysql @@ -8,7 +9,7 @@ branches: only: - 'master' rvm: - - 1.9.2 + - 1.9.3-p327 services: - mysql - postgresql |