diff options
author | Ariejan de Vroom <ariejan@ariejan.net> | 2012-03-12 11:57:22 +0100 |
---|---|---|
committer | Ariejan de Vroom <ariejan@ariejan.net> | 2012-03-12 11:57:22 +0100 |
commit | 92e2303fb338772b7f779d091d225dc5afe261aa (patch) | |
tree | 9087c15d69e018d4a9d87f61e93ad2bb228508e3 /.travis.yml | |
parent | 13062458bf3328688f0bfb8f6a62df46af4ff48e (diff) | |
download | gitlab-ce-92e2303fb338772b7f779d091d225dc5afe261aa.tar.gz |
Run specs again 1.9.2 and 1.9.3 on TravisCI.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 57264161536..b1f02792ce3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ before_install: sudo apt-get install libicu-dev -y branches: only: - 'master' -rvm: 1.9.2 +rvm: + - 1.9.2 + - 1.9.3 before_script: - "cp config/database.yml.sqlite config/database.yml" - "cp config/gitlab.yml.example config/gitlab.yml" |