diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-05 00:43:32 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-05 00:43:32 +0200 |
commit | 9a88e4d184e5959cb3b7212d027ae4bbe1c97302 (patch) | |
tree | f32cbc1a70e94d9d61137504e48e6dd54b22269b /.travis.yml | |
parent | e16cebac3eaadc0df93576358f60ae4a498ce15f (diff) | |
download | gitlab-ce-9a88e4d184e5959cb3b7212d027ae4bbe1c97302.tar.gz |
Fix some tests. Use travis-ci 1.9.2
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 59d22f32ee3..e8bd744267f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ branches: only: - 'master' rvm: - - 1.9.3 + - 1.9.2 services: - mysql - postgresql |