diff options
author | skv-headless <skv-headless@yandex.ru> | 2014-02-21 14:32:06 +0400 |
---|---|---|
committer | skv-headless <skv-headless@yandex.ru> | 2014-02-21 14:32:06 +0400 |
commit | 544ce2d06ac1b458252ee8c330fb43522b9184f6 (patch) | |
tree | 436ad83bf70f65dad05a67aeae1b999be2783053 /.travis.yml | |
parent | 138e2a50b7d839bd37c21b2849df422f9dfef6bb (diff) | |
download | gitlab-ce-544ce2d06ac1b458252ee8c330fb43522b9184f6.tar.gz |
postgresql testing on travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 75b4c5c7030..b2449d4189e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,13 @@ language: ruby env: global: - - DB=mysql - TRAVIS=true matrix: - - TASK=spinach - - TASK=spec - - TASK=jasmine:ci + - TASK=spinach DB=mysql + - TASK=spec DB=mysql + - TASK=jasmine:ci DB=mysql + - TASK=spinach DB=postgresql + - TASK=spec DB=postgresql before_install: - sudo apt-get install libicu-dev -y branches: @@ -15,7 +16,6 @@ branches: rvm: - 2.0.0 services: - - mysql - redis-server before_script: - "cp config/database.yml.$DB config/database.yml" |