mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 18:46:10 +10:00
Merge pull request #6369 from skv-headless/postrgesql_travis_testing
postgresql testing on travis
This commit is contained in:
+5
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user