diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-03-22 18:34:59 +0100 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-03-22 18:34:59 +0100 |
commit | 5cc5b74e8e42e23f6ffa45609de540e5b6209b60 (patch) | |
tree | 38a38943e662d1fcceedfdf281c006e9b834790b /.travis.yml | |
parent | de2c189ec10448787e41e4f2283de7c120fb16df (diff) | |
download | gitlab-ce-5cc5b74e8e42e23f6ffa45609de540e5b6209b60.tar.gz |
Update ruby to latest version.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index befa0c32806..609f2967cf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ branches: only: - 'master' rvm: - - 1.9.3-p327 + - 1.9.3-p392 services: - mysql - postgresql |