diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-06 18:08:44 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-06 18:08:44 +0300 |
commit | 32abda6c5d1134ce43cb5e0ef00c62b6eb0d026e (patch) | |
tree | 95894ea6dcb90936048c1cef1a71188dbac26905 /.travis.yml | |
parent | da6f4f06c7b8ad32ae014fd232037ec05e8e8a80 (diff) | |
download | gitlab-ce-32abda6c5d1134ce43cb5e0ef00c62b6eb0d026e.tar.gz |
run 1.9.3-p492 on travis
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 d7fbbc7bbcb..d047183f1a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ branches: only: - 'master' rvm: - - 1.9.3-p392 + - 1.9.3-p429 - 2.0.0 services: - mysql |