Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskv-headless <skv-headless@yandex.ru>2014-02-21 14:32:06 +0400
committerskv-headless <skv-headless@yandex.ru>2014-02-21 14:32:06 +0400
commit544ce2d06ac1b458252ee8c330fb43522b9184f6 (patch)
tree436ad83bf70f65dad05a67aeae1b999be2783053 /.travis.yml
parent138e2a50b7d839bd37c21b2849df422f9dfef6bb (diff)
postgresql testing on travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
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"